#914CCA

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

Shades of Deep Lilac #914CCA

Tints of Deep Lilac #914CCA

Color information

#914CCA (or 0x914CCA) is unknown color: approx Deep Lilac. HEX triplet: 91, 4C and CA. RGB value is (145,76,202). Sum of RGB (Red+Green+Blue) = 145+76+202=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #914CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CCA is #6EB335. Grayscale: #6E6E6E. Windows color (decimal): -7254838 or 13257873. OLE color: 13257873.

HSL color Cylindrical-coordinate representation of color #914CCA: hue angle of 272.86º 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 #914CCA is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14576202-
CMYK0.280.6200.21
HSL272.86º54.31%54.51%-
HSV(B)272.86º62.38%79.22%-
XYZ24.9215.4557.55-
YUV110.99179.36152.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 76 (30.08% from 255) = 17.97%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=34.28%
G=17.97%
B=47.75%

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
Decimal145762020.280.6200.21272.8654.3154.51
Hex914CCA1C3E0151113637
Octal22111431234760254216667
Binary1001000110011001100101011100111110010101100010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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