#8552bb

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

Shades of Deep Lilac #8552BB

Tints of Deep Lilac #8552BB

Color information

#8552BB (or 0x8552BB) is unknown color: approx Deep Lilac. HEX triplet: 85, 52 and BB. RGB value is (133,82,187). Sum of RGB (Red+Green+Blue) = 133+82+187=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #8552BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552BB is #7AAD44. Grayscale: #6C6C6C. Windows color (decimal): -8039749 or 12276357. OLE color: 12276357.

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

Color convert

RGB13382187-
CMYK0.290.5600.27
HSL269.14º43.57%52.75%-
HSV(B)269.14º56.15%73.33%-
XYZ21.6614.6148.69-
YUV109.22171.9144.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 187 (73.44% from 255) = 46.52%
R=33.08%
G=20.40%
B=46.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133821870.290.5600.27269.1443.5752.75
Hex8552BB1D3801B10d2c35
Octal20512227335700334155465
Binary1000010110100101011101111101111000011011100001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8552bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8552bb; }

 p { color: rgb(133,82,187); }

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

<style>
 a { background-color: #8552bb; }

 a { background-color: rgb(133,82,187); }

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

<style>
 span { border-color: #8552bb; }

 span { border-color: rgb(133,82,187); }

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