#8E0B98

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

Shades of Dark Magenta #8E0B98

Tints of Dark Magenta #8E0B98

Color information

#8E0B98 (or 0x8E0B98) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0B and 98. RGB value is (142,11,152). Sum of RGB (Red+Green+Blue) = 142+11+152=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E0B98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0B98 is #71F467. Grayscale: #414141. Windows color (decimal): -7468136 or 9964430. OLE color: 9964430.

HSL color Cylindrical-coordinate representation of color #8E0B98: hue angle of 295.74º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0B98 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14211152-
CMYK0.070.9300.40
HSL295.74º86.5%31.96%-
HSV(B)295.74º92.76%59.61%-
XYZ16.948.2630.41-
YUV66.24176.4182.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 11 (4.69% from 255) = 3.61%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=46.56%
G=3.61%
B=49.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142111520.070.9300.40295.7486.531.96
Hex8EB9875D0281285720
Octal21613230713505045012740
Binary10001110101110011000111101110101010001001010001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,11,152); }

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

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

 a { background-color: rgb(142,11,152); }

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

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

 span { border-color: rgb(142,11,152); }

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