Html Css Color HEX #9D10AC Dark Magenta

📋 copy color: '#9D10AC'

red 157 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #9D10AC

Tints of Dark Magenta #9D10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.64%

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

R = 45.51%
G = 4.64%
B = 49.86%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D10AC (or 0x9D10AC) is known color: Dark Magenta. HEX triplet: 9D, 10 and AC. RGB value is (157,16,172). Sum of RGB (Red+Green+Blue) = 157+16+172=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D10AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D10AC is #62EF53. Grayscale: #4B4B4B. Windows color (decimal): -6483796 or 11276445. OLE color: 11276445.

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

Color convert

RGB 157 16 172 -
CMYK 0.09 0.91 0 0.33
HSL 294.23º 0.83% 0.37% -
HSV(B) 294.23º 0.91% 0.67% -
XYZ 21.54 10.52 39.92 -
YUV 75.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 157 16 172 0.09 0.91 0 0.33 294.23 0.83 0.37
Hex 9D 10 AC 9 5B 0 21 126 53 25
Octal 235 20 254 11 133 0 41 446 123 45
Binary 10011101 10000 10101100 1001 1011011 0 100001 100100110 1010011 100101

Color Harmonies of #9D10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D10AC

Black with #9D10AC

Text Example


Text Example

White with #9D10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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