#9F2079

Color #9F2079 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9F2079

Tints of Dark Purple #9F2079

Color information

#9F2079 (or 0x9F2079) is unknown color: approx Dark Purple. HEX triplet: 9F, 20 and 79. RGB value is (159,32,121). Sum of RGB (Red+Green+Blue) = 159+32+121=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2079 is #60DF86. Grayscale: #4F4F4F. Windows color (decimal): -6348679 or 7938207. OLE color: 7938207.

HSL color Cylindrical-coordinate representation of color #9F2079: hue angle of 317.95º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2079 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB15932121-
CMYK00.800.240.38
HSL317.95º66.49%37.45%-
HSV(B)317.95º79.87%62.35%-
XYZ18.279.7819.02-
YUV80.12151.08184.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 32 (12.89% from 255) = 10.26%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=50.96%
G=10.26%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593212100.800.240.38317.9566.4937.45
Hex9F2079050182613e4225
Octal237401710120304647610245
Binary10011111100000111100101010000110001001101001111101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,32,121); }

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

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

 a { background-color: rgb(159,32,121); }

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

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

 span { border-color: rgb(159,32,121); }

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