#9A4DC8

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

Shades of Deep Lilac #9A4DC8

Tints of Deep Lilac #9A4DC8

Color information

#9A4DC8 (or 0x9A4DC8) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4D and C8. RGB value is (154,77,200). Sum of RGB (Red+Green+Blue) = 154+77+200=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #9A4DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DC8 is #65B237. Grayscale: #717171. Windows color (decimal): -6664760 or 13127066. OLE color: 13127066.

HSL color Cylindrical-coordinate representation of color #9A4DC8: hue angle of 277.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A4DC8 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15477200-
CMYK0.230.6200.22
HSL277.56º52.79%54.31%-
HSV(B)277.56º61.5%78.43%-
XYZ26.4116.3556.41-
YUV114.04176.51156.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.73%
GREEN value IS 77 (30.47% from 255) = 17.87%
BLUE value IS 200 (78.52% from 255) = 46.40%
R=35.73%
G=17.87%
B=46.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154772000.230.6200.22277.5652.7954.31
Hex9A4DC8173E0161163536
Octal23211531027760264266566
Binary1001101010011011100100010111111110010110100010110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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