Html Css Color HEX #9D0AAE Dark Magenta

📋 copy color: '#9D0AAE'

red 157 ◦ green 10 ◦ blue 174

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

Shades of Dark Magenta #9D0AAE

Tints of Dark Magenta #9D0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.93%

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

R = 46.04%
G = 2.93%
B = 51.03%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D0AAE (or 0x9D0AAE) is known color: Dark Magenta. HEX triplet: 9D, 0A and AE. RGB value is (157,10,174). Sum of RGB (Red+Green+Blue) = 157+10+174=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0AAE is #62F551. Grayscale: #484848. Windows color (decimal): -6485330 or 11405981. OLE color: 11405981.

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

Color convert

RGB 157 10 174 -
CMYK 0.10 0.94 0 0.32
HSL 293.78º 0.89% 0.36% -
HSV(B) 293.78º 0.94% 0.68% -
XYZ 21.65 10.44 40.92 -
YUV 72.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 157 10 174 0.10 0.94 0 0.32 293.78 0.89 0.36
Hex 9D A AE A 5E 0 20 126 59 24
Octal 235 12 256 12 136 0 40 446 131 44
Binary 10011101 1010 10101110 1010 1011110 0 100000 100100110 1011001 100100

Color Harmonies of #9D0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0AAE

Black with #9D0AAE

Text Example


Text Example

White with #9D0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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