#8B0181

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

Shades of Dark Magenta #8B0181

Tints of Dark Magenta #8B0181

Color information

#8B0181 (or 0x8B0181) is unknown color: approx Dark Magenta. HEX triplet: 8B, 01 and 81. RGB value is (139,1,129). Sum of RGB (Red+Green+Blue) = 139+1+129=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0181 is #74FE7E. Grayscale: #383838. Windows color (decimal): -7667327 or 8454539. OLE color: 8454539.

HSL color Cylindrical-coordinate representation of color #8B0181: hue angle of 304.35º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0181 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB1391129-
CMYK00.990.070.45
HSL304.35º98.57%27.45%-
HSV(B)304.35º99.28%54.51%-
XYZ14.627.121.37-
YUV56.85168.72186.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=51.67%
G=0.37%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139112900.990.070.45304.3598.5727.45
Hex8B18106372D130631b
Octal2131201014375546014333
Binary1000101111000000101100011111101101100110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,1,129); }

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

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

 a { background-color: rgb(139,1,129); }

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

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

 span { border-color: rgb(139,1,129); }

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