#8454B5

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

Shades of Deep Lilac #8454B5

Tints of Deep Lilac #8454B5

Color information

#8454B5 (or 0x8454B5) is unknown color: approx Deep Lilac. HEX triplet: 84, 54 and B5. RGB value is (132,84,181). Sum of RGB (Red+Green+Blue) = 132+84+181=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #8454B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8454B5 is #7BAB4A. Grayscale: #6D6D6D. Windows color (decimal): -8104779 or 11883652. OLE color: 11883652.

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

Color convert

RGB13284181-
CMYK0.270.5400.29
HSL269.69º39.59%51.96%-
HSV(B)269.69º53.59%70.98%-
XYZ21.0314.5845.42-
YUV109.41168.4144.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 181 (71.09% from 255) = 45.59%
R=33.25%
G=21.16%
B=45.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132841810.270.5400.29269.6939.5951.96
Hex8454B51B3601D10e2834
Octal20412426533660354165064
Binary1000010010101001011010111011110110011101100001110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8454B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8454B5; }

 p { color: rgb(132,84,181); }

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

<style>
 a { background-color: #8454B5; }

 a { background-color: rgb(132,84,181); }

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

<style>
 span { border-color: #8454B5; }

 span { border-color: rgb(132,84,181); }

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