#8A158E

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

Shades of Dark Magenta #8A158E

Tints of Dark Magenta #8A158E

Color information

#8A158E (or 0x8A158E) is unknown color: approx Dark Magenta. HEX triplet: 8A, 15 and 8E. RGB value is (138,21,142). Sum of RGB (Red+Green+Blue) = 138+21+142=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A158E is #75EA71. Grayscale: #454545. Windows color (decimal): -7727730 or 9311626. OLE color: 9311626.

HSL color Cylindrical-coordinate representation of color #8A158E: hue angle of 298.02º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A158E is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13821142-
CMYK0.030.8500.44
HSL298.02º74.23%31.96%-
HSV(B)298.02º85.21%55.69%-
XYZ15.637.8926.29-
YUV69.78168.76176.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=45.85%
G=6.98%
B=47.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138211420.030.8500.44298.0274.2331.96
Hex8A158E35502C12a4a20
Octal21225216312505445211240
Binary10001010101011000111011101010101011001001010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,142); }

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

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

 a { background-color: rgb(138,21,142); }

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

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

 span { border-color: rgb(138,21,142); }

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