#8454BD

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

Shades of Deep Lilac #8454BD

Tints of Deep Lilac #8454BD

Color information

#8454BD (or 0x8454BD) is unknown color: approx Deep Lilac. HEX triplet: 84, 54 and BD. RGB value is (132,84,189). Sum of RGB (Red+Green+Blue) = 132+84+189=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #8454BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8454BD is #7BAB42. Grayscale: #6D6D6D. Windows color (decimal): -8104771 or 12407940. OLE color: 12407940.

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

Color convert

RGB13284189-
CMYK0.300.5600.26
HSL267.43º44.3%53.53%-
HSV(B)267.43º55.56%74.12%-
XYZ21.8714.9249.87-
YUV110.32172.4143.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=32.59%
G=20.74%
B=46.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132841890.300.5600.26267.4344.353.53
Hex8454BD1E3801A10b2c36
Octal20412427536700324135466
Binary1000010010101001011110111110111000011010100001011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8454BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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