#8E059B

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

Shades of Dark Magenta #8E059B

Tints of Dark Magenta #8E059B

Color information

#8E059B (or 0x8E059B) is unknown color: approx Dark Magenta. HEX triplet: 8E, 05 and 9B. RGB value is (142,5,155). Sum of RGB (Red+Green+Blue) = 142+5+155=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E059B is #71FA64. Grayscale: #3E3E3E. Windows color (decimal): -7469669 or 10159502. OLE color: 10159502.

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

Color convert

RGB1425155-
CMYK0.080.9700.39
HSL294.8º93.75%31.37%-
HSV(B)294.8º96.77%60.78%-
XYZ17.138.2331.7-
YUV63.06179.89184.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 5 (2.34% from 255) = 1.66%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=47.02%
G=1.66%
B=51.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14251550.080.9700.39294.893.7531.37
Hex8E59B8610271275e1f
Octal21652331014104744713637
Binary1000111010110011011100011000010100111100100111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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