#8B0F85

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

Shades of Dark Magenta #8B0F85

Tints of Dark Magenta #8B0F85

Color information

#8B0F85 (or 0x8B0F85) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0F and 85. RGB value is (139,15,133). Sum of RGB (Red+Green+Blue) = 139+15+133=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0F85 is #74F07A. Grayscale: #414141. Windows color (decimal): -7663739 or 8720267. OLE color: 8720267.

HSL color Cylindrical-coordinate representation of color #8B0F85: hue angle of 302.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F85 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB13915133-
CMYK00.890.040.45
HSL302.9º80.52%30.2%-
HSV(B)302.9º89.21%54.51%-
XYZ15.057.5222.85-
YUV65.53166.08180.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 15 (6.25% from 255) = 5.23%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=48.43%
G=5.23%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391513300.890.040.45302.980.5230.2
Hex8BF8505942D12f511e
Octal21317205013145545712136
Binary1000101111111000010101011001100101101100101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,15,133); }

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

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

 a { background-color: rgb(139,15,133); }

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

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

 span { border-color: rgb(139,15,133); }

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