Html Css Color HEX #9113AC Dark Magenta

📋 copy color: '#9113AC'

red 145 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #9113AC

Tints of Dark Magenta #9113AC

RGB

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

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

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

R = 43.15%
G = 5.65%
B = 51.19%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9113AC (or 0x9113AC) is known color: Dark Magenta. HEX triplet: 91, 13 and AC. RGB value is (145,19,172). Sum of RGB (Red+Green+Blue) = 145+19+172=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #9113AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9113AC is #6EEC53. Grayscale: #494949. Windows color (decimal): -7269460 or 11277201. OLE color: 11277201.

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

Color convert

RGB 145 19 172 -
CMYK 0.16 0.89 0 0.33
HSL 289.41º 0.8% 0.37% -
HSV(B) 289.41º 0.89% 0.67% -
XYZ 19.36 9.46 39.84 -
YUV 74.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 145 19 172 0.16 0.89 0 0.33 289.41 0.8 0.37
Hex 91 13 AC 10 59 0 21 121 50 25
Octal 221 23 254 20 131 0 41 441 120 45
Binary 10010001 10011 10101100 10000 1011001 0 100001 100100001 1010000 100101

Color Harmonies of #9113AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9113AC

Black with #9113AC

Text Example


Text Example

White with #9113AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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