#9851BF

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

Shades of Deep Lilac #9851BF

Tints of Deep Lilac #9851BF

Color information

#9851BF (or 0x9851BF) is unknown color: approx Deep Lilac. HEX triplet: 98, 51 and BF. RGB value is (152,81,191). Sum of RGB (Red+Green+Blue) = 152+81+191=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #9851BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9851BF is #67AE40. Grayscale: #727272. Windows color (decimal): -6794817 or 12538264. OLE color: 12538264.

HSL color Cylindrical-coordinate representation of color #9851BF: hue angle of 278.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9851BF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15281191-
CMYK0.200.5800.25
HSL278.73º46.22%53.33%-
HSV(B)278.73º57.59%74.9%-
XYZ25.316.3251.11-
YUV114.77171.02154.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 81 (32.03% from 255) = 19.10%
BLUE value IS 191 (75% from 255) = 45.05%
R=35.85%
G=19.10%
B=45.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152811910.200.5800.25278.7346.2253.33
Hex9851BF143A0191172e35
Octal23012127724720314275665
Binary1001100010100011011111110100111010011001100010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9851BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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