#9D0281

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

Shades of Dark Magenta #9D0281

Tints of Dark Magenta #9D0281

Color information

#9D0281 (or 0x9D0281) is unknown color: approx Dark Magenta. HEX triplet: 9D, 02 and 81. RGB value is (157,2,129). Sum of RGB (Red+Green+Blue) = 157+2+129=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0281 is #62FD7E. Grayscale: #3E3E3E. Windows color (decimal): -6487423 or 8454813. OLE color: 8454813.

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

Color convert

RGB1572129-
CMYK00.990.180.38
HSL310.84º97.48%31.18%-
HSV(B)310.84º98.73%61.57%-
XYZ17.898.821.52-
YUV62.82165.35195.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.51%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=54.51%
G=0.69%
B=44.79%

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
Decimal157212900.990.180.38310.8497.4831.18
Hex9D2810631226137611f
Octal23522010143224646714137
Binary1001110110100000010110001110010100110100110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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