#9A53BA

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

Shades of Deep Lilac #9A53BA

Tints of Deep Lilac #9A53BA

Color information

#9A53BA (or 0x9A53BA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 53 and BA. RGB value is (154,83,186). Sum of RGB (Red+Green+Blue) = 154+83+186=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A53BA is #65AC45. Grayscale: #737373. Windows color (decimal): -6663238 or 12211098. OLE color: 12211098.

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

Color convert

RGB15483186-
CMYK0.170.5500.27
HSL281.36º42.74%52.75%-
HSV(B)281.36º55.38%72.94%-
XYZ25.2816.648.33-
YUV115.97167.52155.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.41%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=36.41%
G=19.62%
B=43.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154831860.170.5500.27281.3642.7452.75
Hex9A53BA113701B1192b35
Octal23212327221670334315365
Binary1001101010100111011101010001110111011011100011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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