#8A0990

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

Shades of Dark Magenta #8A0990

Tints of Dark Magenta #8A0990

Color information

#8A0990 (or 0x8A0990) is unknown color: approx Dark Magenta. HEX triplet: 8A, 09 and 90. RGB value is (138,9,144). Sum of RGB (Red+Green+Blue) = 138+9+144=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A0990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0990 is #75F66F. Grayscale: #3E3E3E. Windows color (decimal): -7730800 or 9439626. OLE color: 9439626.

HSL color Cylindrical-coordinate representation of color #8A0990: hue angle of 297.33º 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 #8A0990 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1389144-
CMYK0.040.9400.44
HSL297.33º88.24%30%-
HSV(B)297.33º93.75%56.47%-
XYZ15.617.6127.03-
YUV62.96173.74181.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.42%
GREEN value IS 9 (3.91% from 255) = 3.09%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=47.42%
G=3.09%
B=49.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13891440.040.9400.44297.3388.2430
Hex8A99045E02C129581e
Octal21211220413605445113036
Binary1000101010011001000010010111100101100100101001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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