#9C54BA

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

Shades of Deep Lilac #9C54BA

Tints of Deep Lilac #9C54BA

Color information

#9C54BA (or 0x9C54BA) is unknown color: approx Deep Lilac. HEX triplet: 9C, 54 and BA. RGB value is (156,84,186). Sum of RGB (Red+Green+Blue) = 156+84+186=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54BA is #63AB45. Grayscale: #747474. Windows color (decimal): -6531910 or 12211356. OLE color: 12211356.

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

Color convert

RGB15684186-
CMYK0.160.5500.27
HSL282.35º42.5%52.94%-
HSV(B)282.35º54.84%72.94%-
XYZ25.7416.9548.37-
YUV117.16166.85155.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.62%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=36.62%
G=19.72%
B=43.66%

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
Decimal156841860.160.5500.27282.3542.552.94
Hex9C54BA103701B11a2a35
Octal23412427220670334325265
Binary1001110010101001011101010000110111011011100011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C54BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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