#8254BA

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

Shades of Deep Lilac #8254BA

Tints of Deep Lilac #8254BA

Color information

#8254BA (or 0x8254BA) is unknown color: approx Deep Lilac. HEX triplet: 82, 54 and BA. RGB value is (130,84,186). Sum of RGB (Red+Green+Blue) = 130+84+186=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #8254BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8254BA is #7DAB45. Grayscale: #6D6D6D. Windows color (decimal): -8235846 or 12211330. OLE color: 12211330.

HSL color Cylindrical-coordinate representation of color #8254BA: hue angle of 267.06º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8254BA is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13084186-
CMYK0.300.5500.27
HSL267.06º42.5%52.94%-
HSV(B)267.06º54.84%72.94%-
XYZ21.2414.6348.16-
YUV109.38171.24142.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=32.5%
G=21%
B=46.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130841860.300.5500.27267.0642.552.94
Hex8254BA1E3701B10b2a35
Octal20212427236670334135265
Binary1000001010101001011101011110110111011011100001011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8254BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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