Html Css Color HEX #9116AC Dark Magenta

📋 copy color: '#9116AC'

red 145 ◦ green 22 ◦ blue 172

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

Shades of Dark Magenta #9116AC

Tints of Dark Magenta #9116AC

RGB

 RED value IS 145 (57.03% from 255) = 42.77%

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

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

R = 42.77%
G = 6.49%
B = 50.74%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9116AC (or 0x9116AC) is known color: Dark Magenta. HEX triplet: 91, 16 and AC. RGB value is (145,22,172). Sum of RGB (Red+Green+Blue) = 145+22+172=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #9116AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9116AC is #6EE953. Grayscale: #4B4B4B. Windows color (decimal): -7268692 or 11277969. OLE color: 11277969.

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

Color convert

RGB 145 22 172 -
CMYK 0.16 0.87 0 0.33
HSL 289.2º 0.77% 0.38% -
HSV(B) 289.2º 0.87% 0.67% -
XYZ 19.41 9.57 39.85 -
YUV 75.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 145 22 172 0.16 0.87 0 0.33 289.2 0.77 0.38
Hex 91 16 AC 10 57 0 21 121 4D 26
Octal 221 26 254 20 127 0 41 441 115 46
Binary 10010001 10110 10101100 10000 1010111 0 100001 100100001 1001101 100110

Color Harmonies of #9116AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9116AC

Black with #9116AC

Text Example


Text Example

White with #9116AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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