Html Css Color HEX #9D0DAE Dark Magenta

📋 copy color: '#9D0DAE'

red 157 ◦ green 13 ◦ blue 174

#9D0DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9D0DAE

Tints of Dark Magenta #9D0DAE

RGB

 RED value IS 157 (61.72% from 255) = 45.64%

 GREEN value IS 13 (5.47% from 255) = 3.78%

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 45.64%
G = 3.78%
B = 50.58%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D0DAE (or 0x9D0DAE) is known color: Dark Magenta. HEX triplet: 9D, 0D and AE. RGB value is (157,13,174). Sum of RGB (Red+Green+Blue) = 157+13+174=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D0DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0DAE is #62F251. Grayscale: #494949. Windows color (decimal): -6484562 or 11406749. OLE color: 11406749.

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

Color convert

RGB 157 13 174 -
CMYK 0.10 0.93 0 0.32
HSL 293.66º 0.86% 0.37% -
HSV(B) 293.66º 0.93% 0.68% -
XYZ 21.69 10.51 40.93 -
YUV 74.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 157 13 174 0.10 0.93 0 0.32 293.66 0.86 0.37
Hex 9D D AE A 5D 0 20 126 56 25
Octal 235 15 256 12 135 0 40 446 126 45
Binary 10011101 1101 10101110 1010 1011101 0 100000 100100110 1010110 100101

Color Harmonies of #9D0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0DAE

Black with #9D0DAE

Text Example


Text Example

White with #9D0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D0DAE;
 }
 .AnyTagClassName
 {
   color: #9D0DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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