#8557BF

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

Shades of Deep Lilac #8557BF

Tints of Deep Lilac #8557BF

Color information

#8557BF (or 0x8557BF) is unknown color: approx Deep Lilac. HEX triplet: 85, 57 and BF. RGB value is (133,87,191). Sum of RGB (Red+Green+Blue) = 133+87+191=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #8557BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557BF is #7AA840. Grayscale: #707070. Windows color (decimal): -8038465 or 12539781. OLE color: 12539781.

HSL color Cylindrical-coordinate representation of color #8557BF: hue angle of 266.54º degrees, saturation: 0.45, 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 #8557BF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13387191-
CMYK0.300.5400.25
HSL266.54º44.83%54.51%-
HSV(B)266.54º54.45%74.9%-
XYZ22.4915.5651.11-
YUV112.61172.24142.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 191 (75% from 255) = 46.47%
R=32.36%
G=21.17%
B=46.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133871910.300.5400.25266.5444.8354.51
Hex8557BF1E3601910b2d37
Octal20512727736660314135567
Binary1000010110101111011111111110110110011001100001011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8557BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8557BF; }

 p { color: rgb(133,87,191); }

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

<style>
 a { background-color: #8557BF; }

 a { background-color: rgb(133,87,191); }

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

<style>
 span { border-color: #8557BF; }

 span { border-color: rgb(133,87,191); }

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