#8552BE

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

Shades of Deep Lilac #8552BE

Tints of Deep Lilac #8552BE

Color information

#8552BE (or 0x8552BE) is unknown color: approx Deep Lilac. HEX triplet: 85, 52 and BE. RGB value is (133,82,190). Sum of RGB (Red+Green+Blue) = 133+82+190=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #8552BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552BE is #7AAD41. Grayscale: #6D6D6D. Windows color (decimal): -8039746 or 12472965. OLE color: 12472965.

HSL color Cylindrical-coordinate representation of color #8552BE: hue angle of 268.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8552BE is Cyan = 0.3, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13382190-
CMYK0.30.5700.25
HSL268.33º45.38%53.33%-
HSV(B)268.33º56.84%74.51%-
XYZ21.9814.7450.4-
YUV109.56173.4144.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=32.84%
G=20.25%
B=46.91%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133821900.30.5700.25268.3345.3853.33
Hex8552BE1E3901910c2d35
Octal20512227636710314145565
Binary1000010110100101011111011110111001011001100001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8552BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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