#8A009F

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

Shades of Dark Magenta #8A009F

Tints of Dark Magenta #8A009F

Color information

#8A009F (or 0x8A009F) is unknown color: approx Dark Magenta. HEX triplet: 8A, 00 and 9F. RGB value is (138,0,159). Sum of RGB (Red+Green+Blue) = 138+0+159=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A009F is #75FF60. Grayscale: #3A3A3A. Windows color (decimal): -7733089 or 10420362. OLE color: 10420362.

HSL color Cylindrical-coordinate representation of color #8A009F: hue angle of 292.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A009F is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1380159-
CMYK0.13100.38
HSL292.08º100%31.18%-
HSV(B)292.08º100%62.35%-
XYZ16.747.9133.44-
YUV59.39184.22184.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=46.46%
G=0%
B=53.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13801590.13100.38292.0810031.18
Hex8A09FD64026124641f
Octal21202371514404644414437
Binary10001010010011111110111001000100110100100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,0,159); }

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

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

 a { background-color: rgb(138,0,159); }

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

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

 span { border-color: rgb(138,0,159); }

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