#8A0E95

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

Shades of Dark Magenta #8A0E95

Tints of Dark Magenta #8A0E95

Color information

#8A0E95 (or 0x8A0E95) is unknown color: approx Dark Magenta. HEX triplet: 8A, 0E and 95. RGB value is (138,14,149). Sum of RGB (Red+Green+Blue) = 138+14+149=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A0E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0E95 is #75F16A. Grayscale: #424242. Windows color (decimal): -7729515 or 9768586. OLE color: 9768586.

HSL color Cylindrical-coordinate representation of color #8A0E95: hue angle of 295.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0E95 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13814149-
CMYK0.070.9100.42
HSL295.11º82.82%31.96%-
HSV(B)295.11º90.6%58.43%-
XYZ16.067.8929.11-
YUV66.47174.58179.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=45.85%
G=4.65%
B=49.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138141490.070.9100.42295.1182.8231.96
Hex8AE9575B02A1275320
Octal21216225713305244712340
Binary10001010111010010101111101101101010101001001111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,14,149); }

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

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

 a { background-color: rgb(138,14,149); }

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

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

 span { border-color: rgb(138,14,149); }

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