#8A0A9B

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

Shades of Dark Magenta #8A0A9B

Tints of Dark Magenta #8A0A9B

Color information

#8A0A9B (or 0x8A0A9B) is unknown color: approx Dark Magenta. HEX triplet: 8A, 0A and 9B. RGB value is (138,10,155). Sum of RGB (Red+Green+Blue) = 138+10+155=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A0A9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0A9B is #75F564. Grayscale: #404040. Windows color (decimal): -7730533 or 10160778. OLE color: 10160778.

HSL color Cylindrical-coordinate representation of color #8A0A9B: hue angle of 292.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0A9B is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13810155-
CMYK0.110.9400.39
HSL292.97º87.88%32.35%-
HSV(B)292.97º93.55%60.78%-
XYZ16.517.9931.68-
YUV64.8178.91180.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.54%
GREEN value IS 10 (4.30% from 255) = 3.30%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=45.54%
G=3.30%
B=51.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138101550.110.9400.39292.9787.8832.35
Hex8AA9BB5E0271255820
Octal212122331313604744513040
Binary100010101010100110111011101111001001111001001011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,10,155); }

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

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

 a { background-color: rgb(138,10,155); }

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

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

 span { border-color: rgb(138,10,155); }

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