Html Css Color HEX #9D0AAC Dark Magenta

📋 copy color: '#9D0AAC'

red 157 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #9D0AAC

Tints of Dark Magenta #9D0AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 46.31%
G = 2.95%
B = 50.74%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D0AAC (or 0x9D0AAC) is known color: Dark Magenta. HEX triplet: 9D, 0A and AC. RGB value is (157,10,172). Sum of RGB (Red+Green+Blue) = 157+10+172=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D0AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0AAC is #62F553. Grayscale: #474747. Windows color (decimal): -6485332 or 11274909. OLE color: 11274909.

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

Color convert

RGB 157 10 172 -
CMYK 0.09 0.94 0 0.33
HSL 294.44º 0.89% 0.36% -
HSV(B) 294.44º 0.94% 0.67% -
XYZ 21.46 10.36 39.9 -
YUV 72.42 184.2 188.33 -
System Red Green Blue C M Y K H S L
Decimal 157 10 172 0.09 0.94 0 0.33 294.44 0.89 0.36
Hex 9D A AC 9 5E 0 21 126 59 24
Octal 235 12 254 11 136 0 41 446 131 44
Binary 10011101 1010 10101100 1001 1011110 0 100001 100100110 1011001 100100

Color Harmonies of #9D0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0AAC

Black with #9D0AAC

Text Example


Text Example

White with #9D0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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