#9042A7

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

Shades of Deep Lilac #9042A7

Tints of Deep Lilac #9042A7

Color information

#9042A7 (or 0x9042A7) is unknown color: approx Deep Lilac. HEX triplet: 90, 42 and A7. RGB value is (144,66,167). Sum of RGB (Red+Green+Blue) = 144+66+167=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #9042A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9042A7 is #6FBD58. Grayscale: #646464. Windows color (decimal): -7322969 or 10961552. OLE color: 10961552.

HSL color Cylindrical-coordinate representation of color #9042A7: hue angle of 286.34º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9042A7 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14466167-
CMYK0.140.6000.35
HSL286.34º43.35%45.69%-
HSV(B)286.34º60.48%65.49%-
XYZ20.4212.6237.92-
YUV100.84165.34158.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 167 (65.62% from 255) = 44.30%
R=38.20%
G=17.51%
B=44.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144661670.140.6000.35286.3443.3545.69
Hex9042A7E3C02311e2b2e
Octal22010224716740434365356
Binary1001000010000101010011111101111000100011100011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9042A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9042A7; }

 p { color: rgb(144,66,167); }

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

<style>
 a { background-color: #9042A7; }

 a { background-color: rgb(144,66,167); }

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

<style>
 span { border-color: #9042A7; }

 span { border-color: rgb(144,66,167); }

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