Html Css Color HEX #9713AC Dark Magenta

📋 copy color: '#9713AC'

red 151 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #9713AC

Tints of Dark Magenta #9713AC

RGB

 RED value IS 151 (59.38% from 255) = 44.15%

 GREEN value IS 19 (7.81% from 255) = 5.56%

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

R = 44.15%
G = 5.56%
B = 50.29%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9713AC (or 0x9713AC) is known color: Dark Magenta. HEX triplet: 97, 13 and AC. RGB value is (151,19,172). Sum of RGB (Red+Green+Blue) = 151+19+172=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #9713AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9713AC is #68EC53. Grayscale: #4B4B4B. Windows color (decimal): -6876244 or 11277207. OLE color: 11277207.

HSL color Cylindrical-coordinate representation of color #9713AC: hue angle of 291.76º degrees, saturation: 0.8, 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 #9713AC is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 19 172 -
CMYK 0.12 0.89 0 0.33
HSL 291.76º 0.8% 0.37% -
HSV(B) 291.76º 0.89% 0.67% -
XYZ 20.44 10.02 39.89 -
YUV 75.91 182.23 181.56 -
System Red Green Blue C M Y K H S L
Decimal 151 19 172 0.12 0.89 0 0.33 291.76 0.8 0.37
Hex 97 13 AC C 59 0 21 124 50 25
Octal 227 23 254 14 131 0 41 444 120 45
Binary 10010111 10011 10101100 1100 1011001 0 100001 100100100 1010000 100101

Color Harmonies of #9713AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713AC

Black with #9713AC

Text Example


Text Example

White with #9713AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9713AC; }

 p { color: rgb(151,19,172); }

 H1.HeaderClassName
 {
   color: #9713AC;
 }
 .AnyTagClassName
 {
   color: #9713AC;
 }
</style>

background-color css

<style>
 a { background-color: #9713AC; }

 a { background-color: rgb(151,19,172); }

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

border-color css

<style>
 span { border-color: #9713AC; }

 span { border-color: rgb(151,19,172); }

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