#8251BD

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

Shades of Deep Lilac #8251BD

Tints of Deep Lilac #8251BD

Color information

#8251BD (or 0x8251BD) is unknown color: approx Deep Lilac. HEX triplet: 82, 51 and BD. RGB value is (130,81,189). Sum of RGB (Red+Green+Blue) = 130+81+189=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #8251BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251BD is #7DAE42. Grayscale: #6B6B6B. Windows color (decimal): -8236611 or 12407170. OLE color: 12407170.

HSL color Cylindrical-coordinate representation of color #8251BD: hue angle of 267.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8251BD is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13081189-
CMYK0.310.5700.26
HSL267.22º45%52.94%-
HSV(B)267.22º57.14%74.12%-
XYZ21.3314.349.78-
YUV107.96173.73143.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=32.5%
G=20.25%
B=47.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130811890.310.5700.26267.224552.94
Hex8251BD1F3901A10b2d35
Octal20212127537710324135565
Binary1000001010100011011110111111111001011010100001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8251BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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