#9C53BA

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

Shades of Deep Lilac #9C53BA

Tints of Deep Lilac #9C53BA

Color information

#9C53BA (or 0x9C53BA) is unknown color: approx Deep Lilac. HEX triplet: 9C, 53 and BA. RGB value is (156,83,186). Sum of RGB (Red+Green+Blue) = 156+83+186=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C53BA is #63AC45. Grayscale: #747474. Windows color (decimal): -6532166 or 12211100. OLE color: 12211100.

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

Color convert

RGB15683186-
CMYK0.160.5500.27
HSL282.52º42.74%52.75%-
HSV(B)282.52º55.38%72.94%-
XYZ25.6716.848.34-
YUV116.57167.18156.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.71%
GREEN value IS 83 (32.81% from 255) = 19.53%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=36.71%
G=19.53%
B=43.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156831860.160.5500.27282.5242.7452.75
Hex9C53BA103701B11b2b35
Octal23412327220670334335365
Binary1001110010100111011101010000110111011011100011011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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