#8B1199

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

Shades of Dark Magenta #8B1199

Tints of Dark Magenta #8B1199

Color information

#8B1199 (or 0x8B1199) is unknown color: approx Dark Magenta. HEX triplet: 8B, 11 and 99. RGB value is (139,17,153). Sum of RGB (Red+Green+Blue) = 139+17+153=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1199 is #74EE66. Grayscale: #444444. Windows color (decimal): -7663207 or 10031499. OLE color: 10031499.

HSL color Cylindrical-coordinate representation of color #8B1199: hue angle of 293.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B1199 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13917153-
CMYK0.090.8900.4
HSL293.82º80%33.33%-
HSV(B)293.82º88.89%60%-
XYZ16.68.1930.84-
YUV68.98175.42177.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 17 (7.03% from 255) = 5.50%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=44.98%
G=5.50%
B=49.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139171530.090.8900.4293.828033.33
Hex8B11999590281265021
Octal213212311113105044612041
Binary1000101110001100110011001101100101010001001001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B1199; }

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

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

<style>
 a { background-color: #8B1199; }

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

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

<style>
 span { border-color: #8B1199; }

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

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