#8251BA

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

Shades of Deep Lilac #8251BA

Tints of Deep Lilac #8251BA

Color information

#8251BA (or 0x8251BA) is unknown color: approx Deep Lilac. HEX triplet: 82, 51 and BA. RGB value is (130,81,186). Sum of RGB (Red+Green+Blue) = 130+81+186=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #8251BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251BA is #7DAE45. Grayscale: #6B6B6B. Windows color (decimal): -8236614 or 12210562. OLE color: 12210562.

HSL color Cylindrical-coordinate representation of color #8251BA: hue angle of 268º 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 #8251BA is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13081186-
CMYK0.300.5600.27
HSL268º43.21%52.35%-
HSV(B)268º56.45%72.94%-
XYZ21.0114.1848.08-
YUV107.62172.23143.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=32.75%
G=20.40%
B=46.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130811860.300.5600.2726843.2152.35
Hex8251BA1E3801B10c2b34
Octal20212127236700334145364
Binary1000001010100011011101011110111000011011100001100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8251BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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