#855BB8

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

Shades of Deep Lilac #855BB8

Tints of Deep Lilac #855BB8

Color information

#855BB8 (or 0x855BB8) is unknown color: approx Deep Lilac. HEX triplet: 85, 5B and B8. RGB value is (133,91,184). Sum of RGB (Red+Green+Blue) = 133+91+184=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 184 - color contains mainly: blue. Hex color #855BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BB8 is #7AA447. Grayscale: #717171. Windows color (decimal): -8037448 or 12082053. OLE color: 12082053.

HSL color Cylindrical-coordinate representation of color #855BB8: hue angle of 267.1º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855BB8 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13391184-
CMYK0.280.5100.28
HSL267.1º39.57%53.92%-
HSV(B)267.1º50.54%72.16%-
XYZ22.0715.9347.26-
YUV114.16167.41141.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 184 (72.27% from 255) = 45.10%
R=32.60%
G=22.30%
B=45.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133911840.280.5100.28267.139.5753.92
Hex855BB81C3301C10b2836
Octal20513327034630344135066
Binary1000010110110111011100011100110011011100100001011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855BB8; }

 p { color: rgb(133,91,184); }

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

<style>
 a { background-color: #855BB8; }

 a { background-color: rgb(133,91,184); }

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

<style>
 span { border-color: #855BB8; }

 span { border-color: rgb(133,91,184); }

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