Html Css Color HEX #9713AE Dark Magenta

📋 copy color: '#9713AE'

red 151 ◦ green 19 ◦ blue 174

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

Shades of Dark Magenta #9713AE

Tints of Dark Magenta #9713AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 43.9%
G = 5.52%
B = 50.58%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9713AE (or 0x9713AE) is known color: Dark Magenta. HEX triplet: 97, 13 and AE. RGB value is (151,19,174). Sum of RGB (Red+Green+Blue) = 151+19+174=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #9713AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9713AE is #68EC51. Grayscale: #4B4B4B. Windows color (decimal): -6876242 or 11408279. OLE color: 11408279.

HSL color Cylindrical-coordinate representation of color #9713AE: hue angle of 291.1º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9713AE is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 19 174 -
CMYK 0.13 0.89 0 0.32
HSL 291.1º 0.8% 0.38% -
HSV(B) 291.1º 0.89% 0.68% -
XYZ 20.64 10.1 40.91 -
YUV 76.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 151 19 174 0.13 0.89 0 0.32 291.1 0.8 0.38
Hex 97 13 AE D 59 0 20 123 50 26
Octal 227 23 256 15 131 0 40 443 120 46
Binary 10010111 10011 10101110 1101 1011001 0 100000 100100011 1010000 100110

Color Harmonies of #9713AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713AE

Black with #9713AE

Text Example


Text Example

White with #9713AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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