#8B0287

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

Shades of Dark Magenta #8B0287

Tints of Dark Magenta #8B0287

Color information

#8B0287 (or 0x8B0287) is unknown color: approx Dark Magenta. HEX triplet: 8B, 02 and 87. RGB value is (139,2,135). Sum of RGB (Red+Green+Blue) = 139+2+135=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0287 is #74FD78. Grayscale: #393939. Windows color (decimal): -7667065 or 8848011. OLE color: 8848011.

HSL color Cylindrical-coordinate representation of color #8B0287: hue angle of 301.75º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0287 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB1392135-
CMYK00.990.030.45
HSL301.75º97.16%27.65%-
HSV(B)301.75º98.56%54.51%-
XYZ15.047.2823.53-
YUV58.12171.39185.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.36%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=50.36%
G=0.72%
B=48.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139213500.990.030.45301.7597.1627.65
Hex8B28706332D12e611c
Octal2132207014335545614134
Binary1000101110100001110110001111101101100101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,2,135); }

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

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

 a { background-color: rgb(139,2,135); }

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

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

 span { border-color: rgb(139,2,135); }

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