Html Css Color HEX #9911AC Dark Magenta

📋 copy color: '#9911AC'

red 153 ◦ green 17 ◦ blue 172

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

Shades of Dark Magenta #9911AC

Tints of Dark Magenta #9911AC

RGB

 RED value IS 153 (60.16% from 255) = 44.74%

 GREEN value IS 17 (7.03% from 255) = 4.97%

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

R = 44.74%
G = 4.97%
B = 50.29%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9911AC (or 0x9911AC) is known color: Dark Magenta. HEX triplet: 99, 11 and AC. RGB value is (153,17,172). Sum of RGB (Red+Green+Blue) = 153+17+172=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #9911AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9911AC is #66EE53. Grayscale: #4A4A4A. Windows color (decimal): -6745684 or 11276697. OLE color: 11276697.

HSL color Cylindrical-coordinate representation of color #9911AC: hue angle of 292.65º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9911AC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 17 172 -
CMYK 0.11 0.90 0 0.33
HSL 292.65º 0.82% 0.37% -
HSV(B) 292.65º 0.9% 0.67% -
XYZ 20.78 10.15 39.89 -
YUV 75.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 153 17 172 0.11 0.90 0 0.33 292.65 0.82 0.37
Hex 99 11 AC B 5A 0 21 125 52 25
Octal 231 21 254 13 132 0 41 445 122 45
Binary 10011001 10001 10101100 1011 1011010 0 100001 100100101 1010010 100101

Color Harmonies of #9911AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9911AC

Black with #9911AC

Text Example


Text Example

White with #9911AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,17,172); }

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

background-color css

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

 a { background-color: rgb(153,17,172); }

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

border-color css

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

 span { border-color: rgb(153,17,172); }

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