#8A53BA

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

Shades of Deep Lilac #8A53BA

Tints of Deep Lilac #8A53BA

Color information

#8A53BA (or 0x8A53BA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 53 and BA. RGB value is (138,83,186). Sum of RGB (Red+Green+Blue) = 138+83+186=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A53BA is #75AC45. Grayscale: #6E6E6E. Windows color (decimal): -7711814 or 12211082. OLE color: 12211082.

HSL color Cylindrical-coordinate representation of color #8A53BA: hue angle of 272.04º 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 #8A53BA is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13883186-
CMYK0.260.5500.27
HSL272.04º42.74%52.75%-
HSV(B)272.04º55.38%72.94%-
XYZ22.4415.1348.19-
YUV111.19170.22147.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=33.91%
G=20.39%
B=45.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138831860.260.5500.27272.0442.7452.75
Hex8A53BA1A3701B1102b35
Octal21212327232670334205365
Binary1000101010100111011101011010110111011011100010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A53BA; }

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

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

<style>
 a { background-color: #8A53BA; }

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

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

<style>
 span { border-color: #8A53BA; }

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

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