#9F3FAC

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

Shades of Deep Lilac #9F3FAC

Tints of Deep Lilac #9F3FAC

Color information

#9F3FAC (or 0x9F3FAC) is unknown color: approx Deep Lilac. HEX triplet: 9F, 3F and AC. RGB value is (159,63,172). Sum of RGB (Red+Green+Blue) = 159+63+172=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F3FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3FAC is #60C053. Grayscale: #676767. Windows color (decimal): -6340692 or 11288479. OLE color: 11288479.

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

Color convert

RGB15963172-
CMYK0.080.6300.33
HSL292.84º46.38%46.08%-
HSV(B)292.84º63.37%67.45%-
XYZ23.5213.940.47-
YUV104.13166.3167.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=40.36%
G=15.99%
B=43.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159631720.080.6300.33292.8446.3846.08
Hex9F3FAC83F0211252e2e
Octal2377725410770414455656
Binary100111111111111010110010001111110100001100100101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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