#9B11AE

Color #9B11AE Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9B11AE

Tints of Dark Magenta #9B11AE

Color information

#9B11AE (or 0x9B11AE) is unknown color: approx Dark Magenta. HEX triplet: 9B, 11 and AE. RGB value is (155,17,174). Sum of RGB (Red+Green+Blue) = 155+17+174=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B11AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B11AE is #64EE51. Grayscale: #4B4B4B. Windows color (decimal): -6614610 or 11407771. OLE color: 11407771.

HSL color Cylindrical-coordinate representation of color #9B11AE: hue angle of 292.74º 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 #9B11AE is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15517174-
CMYK0.110.9000.32
HSL292.74º82.2%37.45%-
HSV(B)292.74º90.23%68.24%-
XYZ21.3610.4340.93-
YUV76.16183.22184.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 17 (7.03% from 255) = 4.91%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=44.80%
G=4.91%
B=50.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155171740.110.9000.32292.7482.237.45
Hex9B11AEB5A0201255225
Octal233212561313204044512245
Binary1001101110001101011101011101101001000001001001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B11AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B11AE;
 }
 .AnyTagClassName
 {
   color: #9B11AE;
 }
</style>
background-color css

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

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

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

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

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

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