#8B0B81

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

Shades of Dark Magenta #8B0B81

Tints of Dark Magenta #8B0B81

Color information

#8B0B81 (or 0x8B0B81) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0B and 81. RGB value is (139,11,129). Sum of RGB (Red+Green+Blue) = 139+11+129=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0B81 is #74F47E. Grayscale: #3E3E3E. Windows color (decimal): -7664767 or 8457099. OLE color: 8457099.

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

Color convert

RGB13911129-
CMYK00.920.070.45
HSL304.69º85.33%29.41%-
HSV(B)304.69º92.09%54.51%-
XYZ14.737.3121.4-
YUV62.72165.41182.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 11 (4.69% from 255) = 3.94%
BLUE value IS 129 (50.78% from 255) = 46.24%
R=49.82%
G=3.94%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391112900.920.070.45304.6985.3329.41
Hex8BB8105C72D131551d
Octal21313201013475546112535
Binary1000101110111000000101011100111101101100110001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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