#9A4BCA

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

Shades of Deep Lilac #9A4BCA

Tints of Deep Lilac #9A4BCA

Color information

#9A4BCA (or 0x9A4BCA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4B and CA. RGB value is (154,75,202). Sum of RGB (Red+Green+Blue) = 154+75+202=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A4BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4BCA is #65B435. Grayscale: #707070. Windows color (decimal): -6665270 or 13257626. OLE color: 13257626.

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

Color convert

RGB15475202-
CMYK0.240.6300.21
HSL277.32º54.51%54.31%-
HSV(B)277.32º62.87%79.22%-
XYZ26.516.1757.6-
YUV113.1178.17157.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.73%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=35.73%
G=17.40%
B=46.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154752020.240.6300.21277.3254.5154.31
Hex9A4BCA183F0151153736
Octal23211331230770254256766
Binary1001101010010111100101011000111111010101100010101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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