Html Css Color HEX #911AA6 Dark Magenta

📋 copy color: '#911AA6'

red 145 ◦ green 26 ◦ blue 166

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

Shades of Dark Magenta #911AA6

Tints of Dark Magenta #911AA6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.72%

 BLUE value IS 166 (65.23% from 255) = 49.26%

R = 43.03%
G = 7.72%
B = 49.26%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#911AA6 (or 0x911AA6) is known color: Dark Magenta. HEX triplet: 91, 1A and A6. RGB value is (145,26,166). Sum of RGB (Red+Green+Blue) = 145+26+166=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #911AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911AA6 is #6EE559. Grayscale: #4D4D4D. Windows color (decimal): -7267674 or 10885777. OLE color: 10885777.

HSL color Cylindrical-coordinate representation of color #911AA6: hue angle of 291º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911AA6 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 145 26 166 -
CMYK 0.13 0.84 0 0.35
HSL 291º 0.73% 0.38% -
HSV(B) 291º 0.84% 0.65% -
XYZ 18.93 9.51 36.91 -
YUV 77.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 145 26 166 0.13 0.84 0 0.35 291 0.73 0.38
Hex 91 1A A6 D 54 0 23 123 49 26
Octal 221 32 246 15 124 0 43 443 111 46
Binary 10010001 11010 10100110 1101 1010100 0 100011 100100011 1001001 100110

Color Harmonies of #911AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911AA6

Black with #911AA6

Text Example


Text Example

White with #911AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911AA6; }

 p { color: rgb(145,26,166); }

 H1.HeaderClassName
 {
   color: #911AA6;
 }
 .AnyTagClassName
 {
   color: #911AA6;
 }
</style>

background-color css

<style>
 a { background-color: #911AA6; }

 a { background-color: rgb(145,26,166); }

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

border-color css

<style>
 span { border-color: #911AA6; }

 span { border-color: rgb(145,26,166); }

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