#8455BE

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

Shades of Deep Lilac #8455BE

Tints of Deep Lilac #8455BE

Color information

#8455BE (or 0x8455BE) is unknown color: approx Deep Lilac. HEX triplet: 84, 55 and BE. RGB value is (132,85,190). Sum of RGB (Red+Green+Blue) = 132+85+190=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #8455BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455BE is #7BAA41. Grayscale: #6E6E6E. Windows color (decimal): -8104514 or 12473732. OLE color: 12473732.

HSL color Cylindrical-coordinate representation of color #8455BE: hue angle of 266.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8455BE is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13285190-
CMYK0.310.5500.25
HSL266.86º44.68%53.92%-
HSV(B)266.86º55.26%74.51%-
XYZ22.0615.1250.47-
YUV111.02172.57142.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=32.43%
G=20.88%
B=46.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132851900.310.5500.25266.8644.6853.92
Hex8455BE1F3701910b2d36
Octal20412527637670314135566
Binary1000010010101011011111011111110111011001100001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8455BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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