#8B0E8F

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

Shades of Dark Magenta #8B0E8F

Tints of Dark Magenta #8B0E8F

Color information

#8B0E8F (or 0x8B0E8F) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0E and 8F. RGB value is (139,14,143). Sum of RGB (Red+Green+Blue) = 139+14+143=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B0E8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0E8F is #74F170. Grayscale: #414141. Windows color (decimal): -7663985 or 9375371. OLE color: 9375371.

HSL color Cylindrical-coordinate representation of color #8B0E8F: hue angle of 298.14º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E8F is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13914143-
CMYK0.030.9000.44
HSL298.14º82.17%30.78%-
HSV(B)298.14º90.21%56.08%-
XYZ15.767.7926.66-
YUV66.08171.41180.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 14 (5.86% from 255) = 4.73%
BLUE value IS 143 (56.25% from 255) = 48.31%
R=46.96%
G=4.73%
B=48.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139141430.030.9000.44298.1482.1730.78
Hex8BE8F35A02C12a521f
Octal21316217313205445212237
Binary100010111110100011111110110100101100100101010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,14,143); }

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

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

 a { background-color: rgb(139,14,143); }

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

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

 span { border-color: rgb(139,14,143); }

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