#9D2B80

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

Shades of Dark Purple #9D2B80

Tints of Dark Purple #9D2B80

Color information

#9D2B80 (or 0x9D2B80) is unknown color: approx Dark Purple. HEX triplet: 9D, 2B and 80. RGB value is (157,43,128). Sum of RGB (Red+Green+Blue) = 157+43+128=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2B80 is #62D47F. Grayscale: #565656. Windows color (decimal): -6476928 or 8399773. OLE color: 8399773.

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

Color convert

RGB15743128-
CMYK00.730.180.38
HSL315.26º57%39.22%-
HSV(B)315.26º72.61%61.57%-
XYZ18.6610.4521.46-
YUV86.78151.27178.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.87%
GREEN value IS 43 (17.19% from 255) = 13.11%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=47.87%
G=13.11%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574312800.730.180.38315.265739.22
Hex9D2B80049122613b3927
Octal23553200011122464737147
Binary10011101101011100000000100100110010100110100111011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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