#8551BC

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

Shades of Deep Lilac #8551BC

Tints of Deep Lilac #8551BC

Color information

#8551BC (or 0x8551BC) is unknown color: approx Deep Lilac. HEX triplet: 85, 51 and BC. RGB value is (133,81,188). Sum of RGB (Red+Green+Blue) = 133+81+188=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #8551BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8551BC is #7AAE43. Grayscale: #6C6C6C. Windows color (decimal): -8040004 or 12341637. OLE color: 12341637.

HSL color Cylindrical-coordinate representation of color #8551BC: hue angle of 269.16º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8551BC is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13381188-
CMYK0.290.5700.26
HSL269.16º44.4%52.75%-
HSV(B)269.16º56.91%73.73%-
XYZ21.6914.549.23-
YUV108.75172.73145.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 188 (73.83% from 255) = 46.77%
R=33.08%
G=20.15%
B=46.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133811880.290.5700.26269.1644.452.75
Hex8551BC1D3901A10d2c35
Octal20512127435710324155465
Binary1000010110100011011110011101111001011010100001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8551BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8551BC; }

 p { color: rgb(133,81,188); }

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

<style>
 a { background-color: #8551BC; }

 a { background-color: rgb(133,81,188); }

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

<style>
 span { border-color: #8551BC; }

 span { border-color: rgb(133,81,188); }

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