#8455BB

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

Shades of Deep Lilac #8455BB

Tints of Deep Lilac #8455BB

Color information

#8455BB (or 0x8455BB) is unknown color: approx Deep Lilac. HEX triplet: 84, 55 and BB. RGB value is (132,85,187). Sum of RGB (Red+Green+Blue) = 132+85+187=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #8455BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455BB is #7BAA44. Grayscale: #6E6E6E. Windows color (decimal): -8104517 or 12277124. OLE color: 12277124.

HSL color Cylindrical-coordinate representation of color #8455BB: hue angle of 267.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8455BB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13285187-
CMYK0.290.5500.27
HSL267.65º42.86%53.33%-
HSV(B)267.65º54.55%73.33%-
XYZ21.7314.9948.76-
YUV110.68171.07143.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=32.67%
G=21.04%
B=46.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132851870.290.5500.27267.6542.8653.33
Hex8455BB1D3701B10c2b35
Octal20412527335670334145365
Binary1000010010101011011101111101110111011011100001100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8455BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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