#9C47AF

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

Shades of Deep Lilac #9C47AF

Tints of Deep Lilac #9C47AF

Color information

#9C47AF (or 0x9C47AF) is unknown color: approx Deep Lilac. HEX triplet: 9C, 47 and AF. RGB value is (156,71,175). Sum of RGB (Red+Green+Blue) = 156+71+175=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C47AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C47AF is #63B850. Grayscale: #6B6B6B. Windows color (decimal): -6535249 or 11487132. OLE color: 11487132.

HSL color Cylindrical-coordinate representation of color #9C47AF: hue angle of 289.04º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C47AF is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15671175-
CMYK0.110.5900.31
HSL289.04º42.28%48.24%-
HSV(B)289.04º59.43%68.63%-
XYZ23.714.6742.14-
YUV108.27165.66162.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.81%
GREEN value IS 71 (28.12% from 255) = 17.66%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=38.81%
G=17.66%
B=43.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156711750.110.5900.31289.0442.2848.24
Hex9C47AFB3B01F1212a30
Octal23410725713730374415260
Binary100111001000111101011111011111011011111100100001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C47AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,71,175); }

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

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

 a { background-color: rgb(156,71,175); }

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

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

 span { border-color: rgb(156,71,175); }

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