#914DCA

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

Shades of Deep Lilac #914DCA

Tints of Deep Lilac #914DCA

Color information

#914DCA (or 0x914DCA) is unknown color: approx Deep Lilac. HEX triplet: 91, 4D and CA. RGB value is (145,77,202). Sum of RGB (Red+Green+Blue) = 145+77+202=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #914DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DCA is #6EB235. Grayscale: #6F6F6F. Windows color (decimal): -7254582 or 13258129. OLE color: 13258129.

HSL color Cylindrical-coordinate representation of color #914DCA: hue angle of 272.64º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #914DCA is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14577202-
CMYK0.280.6200.21
HSL272.64º54.11%54.71%-
HSV(B)272.64º61.88%79.22%-
XYZ24.9915.5957.57-
YUV111.58179.03151.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 77 (30.47% from 255) = 18.16%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=34.20%
G=18.16%
B=47.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal145772020.280.6200.21272.6454.1154.71
Hex914DCA1C3E0151113637
Octal22111531234760254216667
Binary1001000110011011100101011100111110010101100010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,77,202); }

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

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

 a { background-color: rgb(145,77,202); }

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

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

 span { border-color: rgb(145,77,202); }

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