#9860BF

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

Shades of Deep Lilac #9860BF

Tints of Deep Lilac #9860BF

Color information

#9860BF (or 0x9860BF) is unknown color: approx Deep Lilac. HEX triplet: 98, 60 and BF. RGB value is (152,96,191). Sum of RGB (Red+Green+Blue) = 152+96+191=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #9860BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860BF is #679F40. Grayscale: #7B7B7B. Windows color (decimal): -6790977 or 12542104. OLE color: 12542104.

HSL color Cylindrical-coordinate representation of color #9860BF: hue angle of 275.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9860BF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15296191-
CMYK0.200.5000.25
HSL275.37º42.6%56.27%-
HSV(B)275.37º49.74%74.9%-
XYZ26.5418.851.52-
YUV123.57166.05148.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 191 (75% from 255) = 43.51%
R=34.62%
G=21.87%
B=43.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152961910.200.5000.25275.3742.656.27
Hex9860BF14320191132b38
Octal23014027724620314235370
Binary1001100011000001011111110100110010011001100010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9860BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9860BF; }

 p { color: rgb(152,96,191); }

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

<style>
 a { background-color: #9860BF; }

 a { background-color: rgb(152,96,191); }

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

<style>
 span { border-color: #9860BF; }

 span { border-color: rgb(152,96,191); }

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