#8B0B85

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

Shades of Dark Magenta #8B0B85

Tints of Dark Magenta #8B0B85

Color information

#8B0B85 (or 0x8B0B85) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0B and 85. RGB value is (139,11,133). Sum of RGB (Red+Green+Blue) = 139+11+133=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0B85 is #74F47A. Grayscale: #3E3E3E. Windows color (decimal): -7664763 or 8719243. OLE color: 8719243.

HSL color Cylindrical-coordinate representation of color #8B0B85: hue angle of 302.81º 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 #8B0B85 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB13911133-
CMYK00.920.040.45
HSL302.81º85.33%29.41%-
HSV(B)302.81º92.09%54.51%-
XYZ157.4222.83-
YUV63.18167.41182.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 11 (4.69% from 255) = 3.89%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=49.12%
G=3.89%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391113300.920.040.45302.8185.3329.41
Hex8BB8505C42D12f551d
Octal21313205013445545712535
Binary1000101110111000010101011100100101101100101111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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