Html Css Color HEX #9717AC Dark Magenta

📋 copy color: '#9717AC'

red 151 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #9717AC

Tints of Dark Magenta #9717AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

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

R = 43.64%
G = 6.65%
B = 49.71%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9717AC (or 0x9717AC) is known color: Dark Magenta. HEX triplet: 97, 17 and AC. RGB value is (151,23,172). Sum of RGB (Red+Green+Blue) = 151+23+172=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #9717AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9717AC is #68E853. Grayscale: #4D4D4D. Windows color (decimal): -6875220 or 11278231. OLE color: 11278231.

HSL color Cylindrical-coordinate representation of color #9717AC: hue angle of 291.54º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9717AC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 23 172 -
CMYK 0.12 0.87 0 0.33
HSL 291.54º 0.76% 0.38% -
HSV(B) 291.54º 0.87% 0.67% -
XYZ 20.52 10.17 39.91 -
YUV 78.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 151 23 172 0.12 0.87 0 0.33 291.54 0.76 0.38
Hex 97 17 AC C 57 0 21 124 4C 26
Octal 227 27 254 14 127 0 41 444 114 46
Binary 10010111 10111 10101100 1100 1010111 0 100001 100100100 1001100 100110

Color Harmonies of #9717AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9717AC

Black with #9717AC

Text Example


Text Example

White with #9717AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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