#8457BD

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

Shades of Deep Lilac #8457BD

Tints of Deep Lilac #8457BD

Color information

#8457BD (or 0x8457BD) is unknown color: approx Deep Lilac. HEX triplet: 84, 57 and BD. RGB value is (132,87,189). Sum of RGB (Red+Green+Blue) = 132+87+189=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #8457BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457BD is #7BA842. Grayscale: #6F6F6F. Windows color (decimal): -8104003 or 12408708. OLE color: 12408708.

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

Color convert

RGB13287189-
CMYK0.300.5400.26
HSL266.47º43.59%54.12%-
HSV(B)266.47º53.97%74.12%-
XYZ22.1115.449.95-
YUV112.08171.41142.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 87 (34.38% from 255) = 21.32%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=32.35%
G=21.32%
B=46.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132871890.300.5400.26266.4743.5954.12
Hex8457BD1E3601A10a2c36
Octal20412727536660324125466
Binary1000010010101111011110111110110110011010100001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8457BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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