#9F47AC

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

Shades of Deep Lilac #9F47AC

Tints of Deep Lilac #9F47AC

Color information

#9F47AC (or 0x9F47AC) is unknown color: approx Deep Lilac. HEX triplet: 9F, 47 and AC. RGB value is (159,71,172). Sum of RGB (Red+Green+Blue) = 159+71+172=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F47AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F47AC is #60B853. Grayscale: #6C6C6C. Windows color (decimal): -6338644 or 11290527. OLE color: 11290527.

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

Color convert

RGB15971172-
CMYK0.080.5900.33
HSL292.28º41.56%47.65%-
HSV(B)292.28º58.72%67.45%-
XYZ2414.8640.63-
YUV108.83163.65163.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.55%
GREEN value IS 71 (28.12% from 255) = 17.66%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=39.55%
G=17.66%
B=42.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159711720.080.5900.33292.2841.5647.65
Hex9F47AC83B0211242a30
Octal23710725410730414445260
Binary1001111110001111010110010001110110100001100100100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F47AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,71,172); }

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

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

 a { background-color: rgb(159,71,172); }

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

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

 span { border-color: rgb(159,71,172); }

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