#8257BD

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

Shades of Deep Lilac #8257BD

Tints of Deep Lilac #8257BD

Color information

#8257BD (or 0x8257BD) is unknown color: approx Deep Lilac. HEX triplet: 82, 57 and BD. RGB value is (130,87,189). Sum of RGB (Red+Green+Blue) = 130+87+189=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #8257BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257BD is #7DA842. Grayscale: #6F6F6F. Windows color (decimal): -8235075 or 12408706. OLE color: 12408706.

HSL color Cylindrical-coordinate representation of color #8257BD: hue angle of 265.29º 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 #8257BD is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13087189-
CMYK0.310.5400.26
HSL265.29º43.59%54.12%-
HSV(B)265.29º53.97%74.12%-
XYZ21.815.2449.94-
YUV111.48171.75141.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 87 (34.38% from 255) = 21.43%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=32.02%
G=21.43%
B=46.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130871890.310.5400.26265.2943.5954.12
Hex8257BD1F3601A1092c36
Octal20212727537660324115466
Binary1000001010101111011110111111110110011010100001001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8257BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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