Html Css Color HEX #9A11AE Dark Magenta

📋 copy color: '#9A11AE'

red 154 ◦ green 17 ◦ blue 174

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

Shades of Dark Magenta #9A11AE

Tints of Dark Magenta #9A11AE

RGB

 RED value IS 154 (60.55% from 255) = 44.64%

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

 BLUE value IS 174 (68.36% from 255) = 50.43%

R = 44.64%
G = 4.93%
B = 50.43%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A11AE (or 0x9A11AE) is known color: Dark Magenta. HEX triplet: 9A, 11 and AE. RGB value is (154,17,174). Sum of RGB (Red+Green+Blue) = 154+17+174=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A11AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A11AE is #65EE51. Grayscale: #4B4B4B. Windows color (decimal): -6680146 or 11407770. OLE color: 11407770.

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

Color convert

RGB 154 17 174 -
CMYK 0.11 0.90 0 0.32
HSL 292.36º 0.82% 0.37% -
HSV(B) 292.36º 0.9% 0.68% -
XYZ 21.17 10.33 40.92 -
YUV 75.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 154 17 174 0.11 0.90 0 0.32 292.36 0.82 0.37
Hex 9A 11 AE B 5A 0 20 124 52 25
Octal 232 21 256 13 132 0 40 444 122 45
Binary 10011010 10001 10101110 1011 1011010 0 100000 100100100 1010010 100101

Color Harmonies of #9A11AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A11AE

Black with #9A11AE

Text Example


Text Example

White with #9A11AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A11AE; }

 p { color: rgb(154,17,174); }

 H1.HeaderClassName
 {
   color: #9A11AE;
 }
 .AnyTagClassName
 {
   color: #9A11AE;
 }
</style>

background-color css

<style>
 a { background-color: #9A11AE; }

 a { background-color: rgb(154,17,174); }

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

border-color css

<style>
 span { border-color: #9A11AE; }

 span { border-color: rgb(154,17,174); }

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