#8552B4

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

Shades of Deep Lilac #8552B4

Tints of Deep Lilac #8552B4

Color information

#8552B4 (or 0x8552B4) is unknown color: approx Deep Lilac. HEX triplet: 85, 52 and B4. RGB value is (133,82,180). Sum of RGB (Red+Green+Blue) = 133+82+180=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #8552B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552B4 is #7AAD4B. Grayscale: #6C6C6C. Windows color (decimal): -8039756 or 11817605. OLE color: 11817605.

HSL color Cylindrical-coordinate representation of color #8552B4: hue angle of 271.22º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8552B4 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13382180-
CMYK0.260.5400.29
HSL271.22º39.52%51.37%-
HSV(B)271.22º54.44%70.59%-
XYZ20.9314.3244.84-
YUV108.42168.4145.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 180 (70.70% from 255) = 45.57%
R=33.67%
G=20.76%
B=45.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133821800.260.5400.29271.2239.5251.37
Hex8552B41A3601D10f2833
Octal20512226432660354175063
Binary1000010110100101011010011010110110011101100001111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8552B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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