#9542AB

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

Shades of Deep Lilac #9542AB

Tints of Deep Lilac #9542AB

Color information

#9542AB (or 0x9542AB) is unknown color: approx Deep Lilac. HEX triplet: 95, 42 and AB. RGB value is (149,66,171). Sum of RGB (Red+Green+Blue) = 149+66+171=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #9542AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9542AB is #6ABD54. Grayscale: #666666. Windows color (decimal): -6995285 or 11223701. OLE color: 11223701.

HSL color Cylindrical-coordinate representation of color #9542AB: hue angle of 287.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9542AB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14966171-
CMYK0.130.6100.33
HSL287.43º44.3%46.47%-
HSV(B)287.43º61.4%67.06%-
XYZ21.6913.2339.94-
YUV102.79166.5160.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 66 (26.17% from 255) = 17.10%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=38.60%
G=17.10%
B=44.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149661710.130.6100.33287.4344.346.47
Hex9542ABD3D02111f2c2e
Octal22510225315750414375456
Binary1001010110000101010101111011111010100001100011111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9542AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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