#9A4DCA

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

Shades of Deep Lilac #9A4DCA

Tints of Deep Lilac #9A4DCA

Color information

#9A4DCA (or 0x9A4DCA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4D and CA. RGB value is (154,77,202). Sum of RGB (Red+Green+Blue) = 154+77+202=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A4DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DCA is #65B235. Grayscale: #717171. Windows color (decimal): -6664758 or 13258138. OLE color: 13258138.

HSL color Cylindrical-coordinate representation of color #9A4DCA: hue angle of 276.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A4DCA is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15477202-
CMYK0.240.6200.21
HSL276.96º54.11%54.71%-
HSV(B)276.96º61.88%79.22%-
XYZ26.6416.4457.65-
YUV114.27177.51156.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=35.57%
G=17.78%
B=46.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154772020.240.6200.21276.9654.1154.71
Hex9A4DCA183E0151153637
Octal23211531230760254256667
Binary1001101010011011100101011000111110010101100010101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,77,202); }

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

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

 a { background-color: rgb(154,77,202); }

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

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

 span { border-color: rgb(154,77,202); }

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