#8E159B

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

Shades of Dark Magenta #8E159B

Tints of Dark Magenta #8E159B

Color information

#8E159B (or 0x8E159B) is unknown color: approx Dark Magenta. HEX triplet: 8E, 15 and 9B. RGB value is (142,21,155). Sum of RGB (Red+Green+Blue) = 142+21+155=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E159B is #71EA64. Grayscale: #484848. Windows color (decimal): -7465573 or 10163598. OLE color: 10163598.

HSL color Cylindrical-coordinate representation of color #8E159B: hue angle of 294.18º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E159B is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14221155-
CMYK0.080.8600.39
HSL294.18º76.14%34.51%-
HSV(B)294.18º86.45%60.78%-
XYZ17.348.6531.77-
YUV72.46174.59177.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 21 (8.59% from 255) = 6.60%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=44.65%
G=6.60%
B=48.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142211550.080.8600.39294.1876.1434.51
Hex8E159B8560271264c23
Octal216252331012604744611443
Binary1000111010101100110111000101011001001111001001101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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