#9864B4

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

Shades of Deep Lilac #9864B4

Tints of Deep Lilac #9864B4

Color information

#9864B4 (or 0x9864B4) is unknown color: approx Deep Lilac. HEX triplet: 98, 64 and B4. RGB value is (152,100,180). Sum of RGB (Red+Green+Blue) = 152+100+180=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #9864B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864B4 is #679B4B. Grayscale: #7C7C7C. Windows color (decimal): -6789964 or 11822232. OLE color: 11822232.

HSL color Cylindrical-coordinate representation of color #9864B4: hue angle of 279º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9864B4 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152100180-
CMYK0.160.4400.29
HSL279º34.78%54.9%-
HSV(B)279º44.44%70.59%-
XYZ25.7419.0945.51-
YUV124.67159.23147.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=35.19%
G=23.15%
B=41.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521001800.160.4400.2927934.7854.9
Hex9864B4102C01D1172337
Octal23014426420540354274367
Binary1001100011001001011010010000101100011101100010111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9864B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9864B4; }

 p { color: rgb(152,100,180); }

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

<style>
 a { background-color: #9864B4; }

 a { background-color: rgb(152,100,180); }

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

<style>
 span { border-color: #9864B4; }

 span { border-color: rgb(152,100,180); }

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