#9A47C9

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

Shades of Deep Lilac #9A47C9

Tints of Deep Lilac #9A47C9

Color information

#9A47C9 (or 0x9A47C9) is unknown color: approx Deep Lilac. HEX triplet: 9A, 47 and C9. RGB value is (154,71,201). Sum of RGB (Red+Green+Blue) = 154+71+201=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A47C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A47C9 is #65B836. Grayscale: #6E6E6E. Windows color (decimal): -6666295 or 13191066. OLE color: 13191066.

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

Color convert

RGB15471201-
CMYK0.230.6500.21
HSL278.31º54.62%53.33%-
HSV(B)278.31º64.68%78.82%-
XYZ26.1215.5956.89-
YUV110.64179158.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.15%
GREEN value IS 71 (28.12% from 255) = 16.67%
BLUE value IS 201 (78.91% from 255) = 47.18%
R=36.15%
G=16.67%
B=47.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154712010.230.6500.21278.3154.6253.33
Hex9A47C917410151163735
Octal232107311271010254266765
Binary10011010100011111001001101111000001010101100010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A47C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,71,201); }

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

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

 a { background-color: rgb(154,71,201); }

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

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

 span { border-color: rgb(154,71,201); }

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