#8451BA

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

Shades of Deep Lilac #8451BA

Tints of Deep Lilac #8451BA

Color information

#8451BA (or 0x8451BA) is unknown color: approx Deep Lilac. HEX triplet: 84, 51 and BA. RGB value is (132,81,186). Sum of RGB (Red+Green+Blue) = 132+81+186=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #8451BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451BA is #7BAE45. Grayscale: #6B6B6B. Windows color (decimal): -8105542 or 12210564. OLE color: 12210564.

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

Color convert

RGB13281186-
CMYK0.290.5600.27
HSL269.14º43.21%52.35%-
HSV(B)269.14º56.45%72.94%-
XYZ21.3214.3448.1-
YUV108.22171.9144.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=33.08%
G=20.30%
B=46.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132811860.290.5600.27269.1443.2152.35
Hex8451BA1D3801B10d2b34
Octal20412127235700334155364
Binary1000010010100011011101011101111000011011100001101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8451BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8451BA; }

 p { color: rgb(132,81,186); }

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

<style>
 a { background-color: #8451BA; }

 a { background-color: rgb(132,81,186); }

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

<style>
 span { border-color: #8451BA; }

 span { border-color: rgb(132,81,186); }

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