#9F2D82

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

Shades of Dark Purple #9F2D82

Tints of Dark Purple #9F2D82

Color information

#9F2D82 (or 0x9F2D82) is unknown color: approx Dark Purple. HEX triplet: 9F, 2D and 82. RGB value is (159,45,130). Sum of RGB (Red+Green+Blue) = 159+45+130=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2D82 is #60D27D. Grayscale: #585858. Windows color (decimal): -6345342 or 8531359. OLE color: 8531359.

HSL color Cylindrical-coordinate representation of color #9F2D82: hue angle of 315.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D82 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15945130-
CMYK00.720.180.38
HSL315.26º55.88%40%-
HSV(B)315.26º71.7%62.35%-
XYZ19.2710.8622.2-
YUV88.78151.27178.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.60%
GREEN value IS 45 (17.97% from 255) = 13.47%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=47.60%
G=13.47%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594513000.720.180.38315.2655.8840
Hex9F2D82048122613b3828
Octal23755202011022464737050
Binary10011111101101100000100100100010010100110100111011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,45,130); }

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

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

 a { background-color: rgb(159,45,130); }

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

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

 span { border-color: rgb(159,45,130); }

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