Html Css Color HEX #9713AA Dark Magenta

📋 copy color: '#9713AA'

red 151 ◦ green 19 ◦ blue 170

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

Shades of Dark Magenta #9713AA

Tints of Dark Magenta #9713AA

RGB

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

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

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

R = 44.41%
G = 5.59%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9713AA (or 0x9713AA) is known color: Dark Magenta. HEX triplet: 97, 13 and AA. RGB value is (151,19,170). Sum of RGB (Red+Green+Blue) = 151+19+170=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #9713AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9713AA is #68EC55. Grayscale: #4B4B4B. Windows color (decimal): -6876246 or 11146135. OLE color: 11146135.

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

Color convert

RGB 151 19 170 -
CMYK 0.11 0.89 0 0.33
HSL 292.45º 0.8% 0.37% -
HSV(B) 292.45º 0.89% 0.67% -
XYZ 20.25 9.95 38.88 -
YUV 75.68 181.23 181.72 -
System Red Green Blue C M Y K H S L
Decimal 151 19 170 0.11 0.89 0 0.33 292.45 0.8 0.37
Hex 97 13 AA B 59 0 21 124 50 25
Octal 227 23 252 13 131 0 41 444 120 45
Binary 10010111 10011 10101010 1011 1011001 0 100001 100100100 1010000 100101

Color Harmonies of #9713AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713AA

Black with #9713AA

Text Example


Text Example

White with #9713AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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