#9F2980

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

Shades of Dark Purple #9F2980

Tints of Dark Purple #9F2980

Color information

#9F2980 (or 0x9F2980) is unknown color: approx Dark Purple. HEX triplet: 9F, 29 and 80. RGB value is (159,41,128). Sum of RGB (Red+Green+Blue) = 159+41+128=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2980 is #60D67F. Grayscale: #555555. Windows color (decimal): -6346368 or 8399263. OLE color: 8399263.

HSL color Cylindrical-coordinate representation of color #9F2980: hue angle of 315.76º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2980 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB15941128-
CMYK00.740.190.38
HSL315.76º59%39.22%-
HSV(B)315.76º74.21%62.35%-
XYZ18.9910.5221.45-
YUV86.2151.59179.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.48%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=48.48%
G=12.5%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594112800.740.190.38315.765939.22
Hex9F298004A132613c3b27
Octal23751200011223464747347
Binary10011111101001100000000100101010011100110100111100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,41,128); }

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

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

 a { background-color: rgb(159,41,128); }

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

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

 span { border-color: rgb(159,41,128); }

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