#9861BD

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

Shades of Deep Lilac #9861BD

Tints of Deep Lilac #9861BD

Color information

#9861BD (or 0x9861BD) is unknown color: approx Deep Lilac. HEX triplet: 98, 61 and BD. RGB value is (152,97,189). Sum of RGB (Red+Green+Blue) = 152+97+189=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #9861BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861BD is #679E42. Grayscale: #7B7B7B. Windows color (decimal): -6790723 or 12411288. OLE color: 12411288.

HSL color Cylindrical-coordinate representation of color #9861BD: hue angle of 275.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9861BD is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15297189-
CMYK0.200.4900.26
HSL275.87º41.07%56.08%-
HSV(B)275.87º48.68%74.12%-
XYZ26.4118.950.4-
YUV123.93164.72148.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=34.70%
G=22.15%
B=43.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152971890.200.4900.26275.8741.0756.08
Hex9861BD143101A1142938
Octal23014127524610324245170
Binary1001100011000011011110110100110001011010100010100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9861BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9861BD; }

 p { color: rgb(152,97,189); }

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

<style>
 a { background-color: #9861BD; }

 a { background-color: rgb(152,97,189); }

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

<style>
 span { border-color: #9861BD; }

 span { border-color: rgb(152,97,189); }

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