#9864BB

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

Shades of Deep Lilac #9864BB

Tints of Deep Lilac #9864BB

Color information

#9864BB (or 0x9864BB) is unknown color: approx Deep Lilac. HEX triplet: 98, 64 and BB. RGB value is (152,100,187). Sum of RGB (Red+Green+Blue) = 152+100+187=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #9864BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864BB is #679B44. Grayscale: #7D7D7D. Windows color (decimal): -6789957 or 12280984. OLE color: 12280984.

HSL color Cylindrical-coordinate representation of color #9864BB: hue angle of 275.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9864BB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152100187-
CMYK0.190.4700.27
HSL275.86º39.01%56.27%-
HSV(B)275.86º46.52%73.33%-
XYZ26.4819.3849.36-
YUV125.47162.73146.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=34.62%
G=22.78%
B=42.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521001870.190.4700.27275.8639.0156.27
Hex9864BB132F01B1142738
Octal23014427323570334244770
Binary1001100011001001011101110011101111011011100010100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9864BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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