#8B0F9F

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

Shades of Dark Magenta #8B0F9F

Tints of Dark Magenta #8B0F9F

Color information

#8B0F9F (or 0x8B0F9F) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0F and 9F. RGB value is (139,15,159). Sum of RGB (Red+Green+Blue) = 139+15+159=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B0F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0F9F is #74F060. Grayscale: #444444. Windows color (decimal): -7663713 or 10424203. OLE color: 10424203.

HSL color Cylindrical-coordinate representation of color #8B0F9F: hue angle of 291.67º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0F9F is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13915159-
CMYK0.130.9100.38
HSL291.67º82.76%34.12%-
HSV(B)291.67º90.57%62.35%-
XYZ17.088.3333.51-
YUV68.49179.08178.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 15 (6.25% from 255) = 4.79%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=44.41%
G=4.79%
B=50.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139151590.130.9100.38291.6782.7634.12
Hex8BF9FD5B0261245322
Octal213172371513304644412342
Binary100010111111100111111101101101101001101001001001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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