#8B1890

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

Shades of Dark Magenta #8B1890

Tints of Dark Magenta #8B1890

Color information

#8B1890 (or 0x8B1890) is unknown color: approx Dark Magenta. HEX triplet: 8B, 18 and 90. RGB value is (139,24,144). Sum of RGB (Red+Green+Blue) = 139+24+144=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B1890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1890 is #74E76F. Grayscale: #474747. Windows color (decimal): -7661424 or 9443467. OLE color: 9443467.

HSL color Cylindrical-coordinate representation of color #8B1890: hue angle of 297.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1890 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13924144-
CMYK0.030.8300.44
HSL297.5º71.43%32.94%-
HSV(B)297.5º83.33%56.47%-
XYZ16.018.1627.12-
YUV72.06168.6175.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=45.28%
G=7.82%
B=46.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139241440.030.8300.44297.571.4332.94
Hex8B189035302C12a4721
Octal21330220312305445210741
Binary10001011110001001000011101001101011001001010101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,24,144); }

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

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

 a { background-color: rgb(139,24,144); }

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

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

 span { border-color: rgb(139,24,144); }

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