#8B1599

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

Shades of Dark Magenta #8B1599

Tints of Dark Magenta #8B1599

Color information

#8B1599 (or 0x8B1599) is unknown color: approx Dark Magenta. HEX triplet: 8B, 15 and 99. RGB value is (139,21,153). Sum of RGB (Red+Green+Blue) = 139+21+153=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B1599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1599 is #74EA66. Grayscale: #464646. Windows color (decimal): -7662183 or 10032523. OLE color: 10032523.

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

Color convert

RGB13921153-
CMYK0.090.8600.4
HSL293.64º75.86%34.12%-
HSV(B)293.64º86.27%60%-
XYZ16.678.3330.87-
YUV71.33174.09176.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 21 (8.59% from 255) = 6.71%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=44.41%
G=6.71%
B=48.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139211530.090.8600.4293.6475.8634.12
Hex8B15999560281264c22
Octal213252311112605044611442
Binary1000101110101100110011001101011001010001001001101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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