#8455BC

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

Shades of Deep Lilac #8455BC

Tints of Deep Lilac #8455BC

Color information

#8455BC (or 0x8455BC) is unknown color: approx Deep Lilac. HEX triplet: 84, 55 and BC. RGB value is (132,85,188). Sum of RGB (Red+Green+Blue) = 132+85+188=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #8455BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455BC is #7BAA43. Grayscale: #6E6E6E. Windows color (decimal): -8104516 or 12342660. OLE color: 12342660.

HSL color Cylindrical-coordinate representation of color #8455BC: hue angle of 267.38º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8455BC is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13285188-
CMYK0.300.5500.26
HSL267.38º43.46%53.53%-
HSV(B)267.38º54.79%73.73%-
XYZ21.8415.0349.33-
YUV110.8171.57143.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=32.59%
G=20.99%
B=46.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132851880.300.5500.26267.3843.4653.53
Hex8455BC1E3701A10b2b36
Octal20412527436670324135366
Binary1000010010101011011110011110110111011010100001011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8455BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,85,188); }

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

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

 a { background-color: rgb(132,85,188); }

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

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

 span { border-color: rgb(132,85,188); }

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