#8B0288

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

Shades of Dark Magenta #8B0288

Tints of Dark Magenta #8B0288

Color information

#8B0288 (or 0x8B0288) is unknown color: approx Dark Magenta. HEX triplet: 8B, 02 and 88. RGB value is (139,2,136). Sum of RGB (Red+Green+Blue) = 139+2+136=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0288 is #74FD77. Grayscale: #393939. Windows color (decimal): -7667064 or 8913547. OLE color: 8913547.

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

Color convert

RGB1392136-
CMYK00.990.020.45
HSL301.31º97.16%27.65%-
HSV(B)301.31º98.56%54.51%-
XYZ15.117.3123.91-
YUV58.24171.89185.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=50.18%
G=0.72%
B=49.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139213600.990.020.45301.3197.1627.65
Hex8B28806322D12d611c
Octal2132210014325545514134
Binary1000101110100010000110001110101101100101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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