#8555BE

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

Shades of Deep Lilac #8555BE

Tints of Deep Lilac #8555BE

Color information

#8555BE (or 0x8555BE) is unknown color: approx Deep Lilac. HEX triplet: 85, 55 and BE. RGB value is (133,85,190). Sum of RGB (Red+Green+Blue) = 133+85+190=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #8555BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8555BE is #7AAA41. Grayscale: #6E6E6E. Windows color (decimal): -8038978 or 12473733. OLE color: 12473733.

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

Color convert

RGB13385190-
CMYK0.30.5500.25
HSL267.43º44.68%53.92%-
HSV(B)267.43º55.26%74.51%-
XYZ22.2215.250.48-
YUV111.32172.4143.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=32.60%
G=20.83%
B=46.57%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133851900.30.5500.25267.4344.6853.92
Hex8555BE1E3701910b2d36
Octal20512527636670314135566
Binary1000010110101011011111011110110111011001100001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8555BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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