#9D0FAE

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

Shades of Dark Magenta #9D0FAE

Tints of Dark Magenta #9D0FAE

Color information

#9D0FAE (or 0x9D0FAE) is unknown color: approx Dark Magenta. HEX triplet: 9D, 0F and AE. RGB value is (157,15,174). Sum of RGB (Red+Green+Blue) = 157+15+174=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0FAE is #62F051. Grayscale: #4B4B4B. Windows color (decimal): -6484050 or 11407261. OLE color: 11407261.

HSL color Cylindrical-coordinate representation of color #9D0FAE: hue angle of 293.58º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D0FAE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15715174-
CMYK0.100.9100.32
HSL293.58º84.13%37.06%-
HSV(B)293.58º91.38%68.24%-
XYZ21.7210.5740.94-
YUV75.58183.54186.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.38%
GREEN value IS 15 (6.25% from 255) = 4.34%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=45.38%
G=4.34%
B=50.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157151740.100.9100.32293.5884.1337.06
Hex9DFAEA5B0201265425
Octal235172561213304044612445
Binary100111011111101011101010101101101000001001001101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,15,174); }

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

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

 a { background-color: rgb(157,15,174); }

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

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

 span { border-color: rgb(157,15,174); }

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