Html Css Color HEX #9D12AA Dark Magenta

📋 copy color: '#9D12AA'

red 157 ◦ green 18 ◦ blue 170

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

Shades of Dark Magenta #9D12AA

Tints of Dark Magenta #9D12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 45.51%
G = 5.22%
B = 49.28%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D12AA (or 0x9D12AA) is known color: Dark Magenta. HEX triplet: 9D, 12 and AA. RGB value is (157,18,170). Sum of RGB (Red+Green+Blue) = 157+18+170=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D12AA is #62ED55. Grayscale: #4C4C4C. Windows color (decimal): -6483286 or 11145885. OLE color: 11145885.

HSL color Cylindrical-coordinate representation of color #9D12AA: hue angle of 294.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D12AA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 18 170 -
CMYK 0.08 0.89 0 0.33
HSL 294.87º 0.81% 0.37% -
HSV(B) 294.87º 0.89% 0.67% -
XYZ 21.38 10.5 38.93 -
YUV 76.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 157 18 170 0.08 0.89 0 0.33 294.87 0.81 0.37
Hex 9D 12 AA 8 59 0 21 127 51 25
Octal 235 22 252 10 131 0 41 447 121 45
Binary 10011101 10010 10101010 1000 1011001 0 100001 100100111 1010001 100101

Color Harmonies of #9D12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D12AA

Black with #9D12AA

Text Example


Text Example

White with #9D12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,18,170); }

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

background-color css

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

 a { background-color: rgb(157,18,170); }

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

border-color css

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

 span { border-color: rgb(157,18,170); }

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