#8253BA

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

Shades of Deep Lilac #8253BA

Tints of Deep Lilac #8253BA

Color information

#8253BA (or 0x8253BA) is unknown color: approx Deep Lilac. HEX triplet: 82, 53 and BA. RGB value is (130,83,186). Sum of RGB (Red+Green+Blue) = 130+83+186=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #8253BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253BA is #7DAC45. Grayscale: #6C6C6C. Windows color (decimal): -8236102 or 12211074. OLE color: 12211074.

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

Color convert

RGB13083186-
CMYK0.300.5500.27
HSL267.38º42.74%52.75%-
HSV(B)267.38º55.38%72.94%-
XYZ21.1614.4848.13-
YUV108.79171.57143.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 83 (32.81% from 255) = 20.80%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=32.58%
G=20.80%
B=46.62%

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
Decimal130831860.300.5500.27267.3842.7452.75
Hex8253BA1E3701B10b2b35
Octal20212327236670334135365
Binary1000001010100111011101011110110111011011100001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8253BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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