#9542A7

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

Shades of Deep Lilac #9542A7

Tints of Deep Lilac #9542A7

Color information

#9542A7 (or 0x9542A7) is unknown color: approx Deep Lilac. HEX triplet: 95, 42 and A7. RGB value is (149,66,167). Sum of RGB (Red+Green+Blue) = 149+66+167=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 167 - color contains mainly: blue. Hex color #9542A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9542A7 is #6ABD58. Grayscale: #666666. Windows color (decimal): -6995289 or 10961557. OLE color: 10961557.

HSL color Cylindrical-coordinate representation of color #9542A7: hue angle of 289.31º 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 #9542A7 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14966167-
CMYK0.110.6000.35
HSL289.31º43.35%45.69%-
HSV(B)289.31º60.48%65.49%-
XYZ21.3213.0837.96-
YUV102.33164.5161.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 167 (65.62% from 255) = 43.72%
R=39.01%
G=17.28%
B=43.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149661670.110.6000.35289.3143.3545.69
Hex9542A7B3C0231212b2e
Octal22510224713740434415356
Binary1001010110000101010011110111111000100011100100001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9542A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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