Html Css Color HEX #9716AC Dark Magenta

📋 copy color: '#9716AC'

red 151 ◦ green 22 ◦ blue 172

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

Shades of Dark Magenta #9716AC

Tints of Dark Magenta #9716AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.38%

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

R = 43.77%
G = 6.38%
B = 49.86%

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

#9716AC (or 0x9716AC) is known color: Dark Magenta. HEX triplet: 97, 16 and AC. RGB value is (151,22,172). Sum of RGB (Red+Green+Blue) = 151+22+172=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #9716AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9716AC is #68E953. Grayscale: #4D4D4D. Windows color (decimal): -6875476 or 11277975. OLE color: 11277975.

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

Color convert

RGB 151 22 172 -
CMYK 0.12 0.87 0 0.33
HSL 291.6º 0.77% 0.38% -
HSV(B) 291.6º 0.87% 0.67% -
XYZ 20.5 10.13 39.91 -
YUV 77.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 151 22 172 0.12 0.87 0 0.33 291.6 0.77 0.38
Hex 97 16 AC C 57 0 21 124 4D 26
Octal 227 26 254 14 127 0 41 444 115 46
Binary 10010111 10110 10101100 1100 1010111 0 100001 100100100 1001101 100110

Color Harmonies of #9716AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9716AC

Black with #9716AC

Text Example


Text Example

White with #9716AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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