#9D0280

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

Shades of Dark Magenta #9D0280

Tints of Dark Magenta #9D0280

Color information

#9D0280 (or 0x9D0280) is unknown color: approx Dark Magenta. HEX triplet: 9D, 02 and 80. RGB value is (157,2,128). Sum of RGB (Red+Green+Blue) = 157+2+128=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0280 is #62FD7F. Grayscale: #3E3E3E. Windows color (decimal): -6487424 or 8389277. OLE color: 8389277.

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

Color convert

RGB1572128-
CMYK00.990.180.38
HSL311.23º97.48%31.18%-
HSV(B)311.23º98.73%61.57%-
XYZ17.828.7721.18-
YUV62.71164.85195.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.70%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 128 (50.39% from 255) = 44.60%
R=54.70%
G=0.70%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157212800.990.180.38311.2397.4831.18
Hex9D2800631226137611f
Octal23522000143224646714137
Binary1001110110100000000110001110010100110100110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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