#9F39AC

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

Shades of Deep Lilac #9F39AC

Tints of Deep Lilac #9F39AC

Color information

#9F39AC (or 0x9F39AC) is unknown color: approx Deep Lilac. HEX triplet: 9F, 39 and AC. RGB value is (159,57,172). Sum of RGB (Red+Green+Blue) = 159+57+172=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F39AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F39AC is #60C653. Grayscale: #646464. Windows color (decimal): -6342228 or 11286943. OLE color: 11286943.

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

Color convert

RGB15957172-
CMYK0.080.6700.33
HSL293.22º50.22%44.9%-
HSV(B)293.22º66.86%67.45%-
XYZ23.2113.2840.37-
YUV100.61168.29169.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 57 (22.66% from 255) = 14.69%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=40.98%
G=14.69%
B=44.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159571720.080.6700.33293.2250.2244.9
Hex9F39AC843021125322d
Octal23771254101030414456255
Binary1001111111100110101100100010000110100001100100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F39AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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