#8457B1

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

Shades of Deep Lilac #8457B1

Tints of Deep Lilac #8457B1

Color information

#8457B1 (or 0x8457B1) is unknown color: approx Deep Lilac. HEX triplet: 84, 57 and B1. RGB value is (132,87,177). Sum of RGB (Red+Green+Blue) = 132+87+177=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #8457B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8457B1 is #7BA84E. Grayscale: #6E6E6E. Windows color (decimal): -8104015 or 11622276. OLE color: 11622276.

HSL color Cylindrical-coordinate representation of color #8457B1: hue angle of 270º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8457B1 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13287177-
CMYK0.250.5100.31
HSL270º36.59%51.76%-
HSV(B)270º50.85%69.41%-
XYZ20.8614.943.37-
YUV110.71165.41143.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=33.33%
G=21.97%
B=44.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132871770.250.5100.3127036.5951.76
Hex8457B1193301F10e2534
Octal20412726131630374164564
Binary1000010010101111011000111001110011011111100001110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8457B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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