#8953BA

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

Shades of Deep Lilac #8953BA

Tints of Deep Lilac #8953BA

Color information

#8953BA (or 0x8953BA) is unknown color: approx Deep Lilac. HEX triplet: 89, 53 and BA. RGB value is (137,83,186). Sum of RGB (Red+Green+Blue) = 137+83+186=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #8953BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953BA is #76AC45. Grayscale: #6E6E6E. Windows color (decimal): -7777350 or 12211081. OLE color: 12211081.

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

Color convert

RGB13783186-
CMYK0.260.5500.27
HSL271.46º42.74%52.75%-
HSV(B)271.46º55.38%72.94%-
XYZ22.2715.0548.19-
YUV110.89170.39146.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=33.74%
G=20.44%
B=45.81%

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
Decimal137831860.260.5500.27271.4642.7452.75
Hex8953BA1A3701B10f2b35
Octal21112327232670334175365
Binary1000100110100111011101011010110111011011100001111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8953BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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