#8455B6

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

Shades of Deep Lilac #8455B6

Tints of Deep Lilac #8455B6

Color information

#8455B6 (or 0x8455B6) is unknown color: approx Deep Lilac. HEX triplet: 84, 55 and B6. RGB value is (132,85,182). Sum of RGB (Red+Green+Blue) = 132+85+182=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 182 - color contains mainly: blue. Hex color #8455B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455B6 is #7BAA49. Grayscale: #6D6D6D. Windows color (decimal): -8104522 or 11949444. OLE color: 11949444.

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

Color convert

RGB13285182-
CMYK0.270.5300.29
HSL269.07º39.92%52.35%-
HSV(B)269.07º53.3%71.37%-
XYZ21.2114.7845.99-
YUV110.11168.57143.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 182 (71.48% from 255) = 45.61%
R=33.08%
G=21.30%
B=45.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132851820.270.5300.29269.0739.9252.35
Hex8455B61B3501D10d2834
Octal20412526633650354155064
Binary1000010010101011011011011011110101011101100001101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8455B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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