#8852BF

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

Shades of Deep Lilac #8852BF

Tints of Deep Lilac #8852BF

Color information

#8852BF (or 0x8852BF) is unknown color: approx Deep Lilac. HEX triplet: 88, 52 and BF. RGB value is (136,82,191). Sum of RGB (Red+Green+Blue) = 136+82+191=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #8852BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852BF is #77AD40. Grayscale: #6E6E6E. Windows color (decimal): -7843137 or 12538504. OLE color: 12538504.

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

Color convert

RGB13682191-
CMYK0.290.5700.25
HSL269.72º45.99%53.53%-
HSV(B)269.72º57.07%74.9%-
XYZ22.5715.0351-
YUV110.57173.39146.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 191 (75% from 255) = 46.70%
R=33.25%
G=20.05%
B=46.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136821910.290.5700.25269.7245.9953.53
Hex8852BF1D3901910e2e36
Octal21012227735710314165666
Binary1000100010100101011111111101111001011001100001110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8852BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,82,191); }

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

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

 a { background-color: rgb(136,82,191); }

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

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

 span { border-color: rgb(136,82,191); }

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