#8A0898

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

Shades of Dark Magenta #8A0898

Tints of Dark Magenta #8A0898

Color information

#8A0898 (or 0x8A0898) is unknown color: approx Dark Magenta. HEX triplet: 8A, 08 and 98. RGB value is (138,8,152). Sum of RGB (Red+Green+Blue) = 138+8+152=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A0898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0898 is #75F767. Grayscale: #3E3E3E. Windows color (decimal): -7731048 or 9963658. OLE color: 9963658.

HSL color Cylindrical-coordinate representation of color #8A0898: hue angle of 294.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0898 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1388152-
CMYK0.090.9500.40
HSL294.17º90%31.37%-
HSV(B)294.17º94.74%59.61%-
XYZ16.247.8430.36-
YUV63.29178.07181.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.31%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 152 (59.77% from 255) = 51.01%
R=46.31%
G=2.68%
B=51.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13881520.090.9500.40294.179031.37
Hex8A89895F0281265a1f
Octal212102301113705044613237
Binary10001010100010011000100110111110101000100100110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,8,152); }

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

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

 a { background-color: rgb(138,8,152); }

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

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

 span { border-color: rgb(138,8,152); }

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