#914BDA

Color #914BDA Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #914BDA

Tints of Amethyst #914BDA

Color information

#914BDA (or 0x914BDA) is unknown color: approx Amethyst. HEX triplet: 91, 4B and DA. RGB value is (145,75,218). Sum of RGB (Red+Green+Blue) = 145+75+218=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #914BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BDA is #6EB425. Grayscale: #6F6F6F. Windows color (decimal): -7255078 or 14306193. OLE color: 14306193.

HSL color Cylindrical-coordinate representation of color #914BDA: hue angle of 269.37º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914BDA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14575218-
CMYK0.330.6600.15
HSL269.37º65.9%57.45%-
HSV(B)269.37º65.6%85.49%-
XYZ26.8516.1168.02-
YUV112.23187.69151.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 33.11%
GREEN value IS 75 (29.69% from 255) = 17.12%
BLUE value IS 218 (85.55% from 255) = 49.77%
R=33.11%
G=17.12%
B=49.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal145752180.330.6600.15269.3765.957.45
Hex914BDA21420F10d4239
Octal2211133324110201741510271
Binary100100011001011110110101000011000010011111000011011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914BDA; }

 p { color: rgb(145,75,218); }

 H1.HeaderClassName
 {
   color: #914BDA;
 }
 .AnyTagClassName
 {
   color: #914BDA;
 }
</style>
background-color css

<style>
 a { background-color: #914BDA; }

 a { background-color: rgb(145,75,218); }

 div.DivClassName
 {
   background-color: #914BDA;
 }
 .BgClassName
 {
   background-color: #914BDA;
 }
</style>
border-color css

<style>
 span { border-color: #914BDA; }

 span { border-color: rgb(145,75,218); }

 td.TdClassName
 {
   border-color: #914BDA;
 }
 .TagClassName
 {
   border-color: #914BDA;
 }
</style>