#8A029E

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

Shades of Dark Magenta #8A029E

Tints of Dark Magenta #8A029E

Color information

#8A029E (or 0x8A029E) is unknown color: approx Dark Magenta. HEX triplet: 8A, 02 and 9E. RGB value is (138,2,158). Sum of RGB (Red+Green+Blue) = 138+2+158=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A029E is #75FD61. Grayscale: #3B3B3B. Windows color (decimal): -7732578 or 10355338. OLE color: 10355338.

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

Color convert

RGB1382158-
CMYK0.130.9900.38
HSL292.31º97.5%31.37%-
HSV(B)292.31º98.73%61.96%-
XYZ16.677.9233-
YUV60.45183.06183.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.31%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=46.31%
G=0.67%
B=53.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13821580.130.9900.38292.3197.531.37
Hex8A29ED63026124621f
Octal21222361514304644414237
Binary100010101010011110110111000110100110100100100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,2,158); }

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

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

 a { background-color: rgb(138,2,158); }

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

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

 span { border-color: rgb(138,2,158); }

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