#9842AB

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

Shades of Deep Lilac #9842AB

Tints of Deep Lilac #9842AB

Color information

#9842AB (or 0x9842AB) is unknown color: approx Deep Lilac. HEX triplet: 98, 42 and AB. RGB value is (152,66,171). Sum of RGB (Red+Green+Blue) = 152+66+171=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #9842AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9842AB is #67BD54. Grayscale: #676767. Windows color (decimal): -6798677 or 11223704. OLE color: 11223704.

HSL color Cylindrical-coordinate representation of color #9842AB: hue angle of 289.14º 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 #9842AB is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15266171-
CMYK0.110.6100.33
HSL289.14º44.3%46.47%-
HSV(B)289.14º61.4%67.06%-
XYZ22.2513.5139.96-
YUV103.68165.99162.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=39.07%
G=16.97%
B=43.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152661710.110.6100.33289.1444.346.47
Hex9842ABB3D0211212c2e
Octal23010225313750414415456
Binary1001100010000101010101110111111010100001100100001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9842AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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