#9D2080

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

Shades of Dark Purple #9D2080

Tints of Dark Purple #9D2080

Color information

#9D2080 (or 0x9D2080) is unknown color: approx Dark Purple. HEX triplet: 9D, 20 and 80. RGB value is (157,32,128). Sum of RGB (Red+Green+Blue) = 157+32+128=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2080 is #62DF7F. Grayscale: #505050. Windows color (decimal): -6479744 or 8396957. OLE color: 8396957.

HSL color Cylindrical-coordinate representation of color #9D2080: hue angle of 313.92º 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 #9D2080 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15732128-
CMYK00.800.180.38
HSL313.92º66.14%37.06%-
HSV(B)313.92º79.62%61.57%-
XYZ18.329.7621.34-
YUV80.32154.91182.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.53%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=49.53%
G=10.09%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573212800.800.180.38313.9266.1437.06
Hex9D2080050122613a4225
Octal235402000120224647210245
Binary100111011000001000000001010000100101001101001110101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,32,128); }

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

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

 a { background-color: rgb(157,32,128); }

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

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

 span { border-color: rgb(157,32,128); }

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