#8A159E

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

Shades of Dark Magenta #8A159E

Tints of Dark Magenta #8A159E

Color information

#8A159E (or 0x8A159E) is unknown color: approx Dark Magenta. HEX triplet: 8A, 15 and 9E. RGB value is (138,21,158). Sum of RGB (Red+Green+Blue) = 138+21+158=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A159E is #75EA61. Grayscale: #474747. Windows color (decimal): -7727714 or 10360202. OLE color: 10360202.

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

Color convert

RGB13821158-
CMYK0.130.8700.38
HSL291.24º76.54%35.1%-
HSV(B)291.24º86.71%61.96%-
XYZ16.928.4133.08-
YUV71.6176.76175.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 21 (8.59% from 255) = 6.62%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=43.53%
G=6.62%
B=49.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138211580.130.8700.38291.2476.5435.1
Hex8A159ED570261234d23
Octal212252361512704644311543
Binary1000101010101100111101101101011101001101001000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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