#8558BE

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

Shades of Deep Lilac #8558BE

Tints of Deep Lilac #8558BE

Color information

#8558BE (or 0x8558BE) is unknown color: approx Deep Lilac. HEX triplet: 85, 58 and BE. RGB value is (133,88,190). Sum of RGB (Red+Green+Blue) = 133+88+190=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #8558BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558BE is #7AA741. Grayscale: #707070. Windows color (decimal): -8038210 or 12474501. OLE color: 12474501.

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

Color convert

RGB13388190-
CMYK0.30.5400.25
HSL266.47º43.97%54.51%-
HSV(B)266.47º53.68%74.51%-
XYZ22.4615.6850.56-
YUV113.08171.41142.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 88 (34.77% from 255) = 21.41%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=32.36%
G=21.41%
B=46.23%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133881900.30.5400.25266.4743.9754.51
Hex8558BE1E3601910a2c37
Octal20513027636660314125467
Binary1000010110110001011111011110110110011001100001010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8558BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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