Html Css Color HEX #9D14AC Dark Magenta

📋 copy color: '#9D14AC'

red 157 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #9D14AC

Tints of Dark Magenta #9D14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.73%

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

R = 44.99%
G = 5.73%
B = 49.28%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D14AC (or 0x9D14AC) is known color: Dark Magenta. HEX triplet: 9D, 14 and AC. RGB value is (157,20,172). Sum of RGB (Red+Green+Blue) = 157+20+172=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D14AC is #62EB53. Grayscale: #4D4D4D. Windows color (decimal): -6482772 or 11277469. OLE color: 11277469.

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

Color convert

RGB 157 20 172 -
CMYK 0.09 0.88 0 0.33
HSL 294.08º 0.79% 0.38% -
HSV(B) 294.08º 0.88% 0.67% -
XYZ 21.6 10.65 39.95 -
YUV 78.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 157 20 172 0.09 0.88 0 0.33 294.08 0.79 0.38
Hex 9D 14 AC 9 58 0 21 126 4F 26
Octal 235 24 254 11 130 0 41 446 117 46
Binary 10011101 10100 10101100 1001 1011000 0 100001 100100110 1001111 100110

Color Harmonies of #9D14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D14AC

Black with #9D14AC

Text Example


Text Example

White with #9D14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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