#9a4cc3

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

Shades of Deep Lilac #9A4CC3

Tints of Deep Lilac #9A4CC3

Color information

#9A4CC3 (or 0x9A4CC3) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4C and C3. RGB value is (154,76,195). Sum of RGB (Red+Green+Blue) = 154+76+195=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #9A4CC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4CC3 is #65B33C. Grayscale: #707070. Windows color (decimal): -6665021 or 12799130. OLE color: 12799130.

HSL color Cylindrical-coordinate representation of color #9A4CC3: hue angle of 279.33º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A4CC3 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15476195-
CMYK0.210.6100.24
HSL279.33º49.79%53.14%-
HSV(B)279.33º61.03%76.47%-
XYZ25.7615.9853.36-
YUV112.89174.34157.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 195 (76.56% from 255) = 45.88%
R=36.24%
G=17.88%
B=45.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154761950.210.6100.24279.3349.7953.14
Hex9A4CC3153D0181173235
Octal23211430325750304276265
Binary1001101010011001100001110101111101011000100010111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a4cc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,76,195); }

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

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

 a { background-color: rgb(154,76,195); }

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

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

 span { border-color: rgb(154,76,195); }

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