Html Css Color HEX #9109AC Dark Magenta

📋 copy color: '#9109AC'

red 145 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #9109AC

Tints of Dark Magenta #9109AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.76%

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

R = 44.48%
G = 2.76%
B = 52.76%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9109AC (or 0x9109AC) is known color: Dark Magenta. HEX triplet: 91, 09 and AC. RGB value is (145,9,172). Sum of RGB (Red+Green+Blue) = 145+9+172=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #9109AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9109AC is #6EF653. Grayscale: #434343. Windows color (decimal): -7272020 or 11274641. OLE color: 11274641.

HSL color Cylindrical-coordinate representation of color #9109AC: hue angle of 290.06º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9109AC is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 9 172 -
CMYK 0.16 0.95 0 0.33
HSL 290.06º 0.9% 0.35% -
HSV(B) 290.06º 0.95% 0.67% -
XYZ 19.22 9.19 39.79 -
YUV 68.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 145 9 172 0.16 0.95 0 0.33 290.06 0.9 0.35
Hex 91 9 AC 10 5F 0 21 122 5A 23
Octal 221 11 254 20 137 0 41 442 132 43
Binary 10010001 1001 10101100 10000 1011111 0 100001 100100010 1011010 100011

Color Harmonies of #9109AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9109AC

Black with #9109AC

Text Example


Text Example

White with #9109AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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