#8B0990

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

Shades of Dark Magenta #8B0990

Tints of Dark Magenta #8B0990

Color information

#8B0990 (or 0x8B0990) is unknown color: approx Dark Magenta. HEX triplet: 8B, 09 and 90. RGB value is (139,9,144). Sum of RGB (Red+Green+Blue) = 139+9+144=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B0990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0990 is #74F66F. Grayscale: #3E3E3E. Windows color (decimal): -7665264 or 9439627. OLE color: 9439627.

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

Color convert

RGB1399144-
CMYK0.030.9400.44
HSL297.78º88.24%30%-
HSV(B)297.78º93.75%56.47%-
XYZ15.787.727.04-
YUV63.26173.57182.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 9 (3.91% from 255) = 3.08%
BLUE value IS 144 (56.64% from 255) = 49.32%
R=47.60%
G=3.08%
B=49.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13991440.030.9400.44297.7888.2430
Hex8B99035E02C12a581e
Octal21311220313605445213036
Binary100010111001100100001110111100101100100101010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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