Html Css Color HEX #8E1898 Dark Magenta

📋 copy color: '#8E1898'

red 142 ◦ green 24 ◦ blue 152

#8E1898
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #8E1898

Tints of Dark Magenta #8E1898

RGB

 RED value IS 142 (55.86% from 255) = 44.65%

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 44.65%
G = 7.55%
B = 47.8%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E1898 (or 0x8E1898) is known color: Dark Magenta. HEX triplet: 8E, 18 and 98. RGB value is (142,24,152). Sum of RGB (Red+Green+Blue) = 142+24+152=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E1898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1898 is #71E767. Grayscale: #494949. Windows color (decimal): -7464808 or 9967758. OLE color: 9967758.

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

Color convert

RGB 142 24 152 -
CMYK 0.07 0.84 0 0.40
HSL 295.31º 0.73% 0.35% -
HSV(B) 295.31º 0.84% 0.6% -
XYZ 17.15 8.67 30.48 -
YUV 73.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 142 24 152 0.07 0.84 0 0.40 295.31 0.73 0.35
Hex 8E 18 98 7 54 0 28 127 49 23
Octal 216 30 230 7 124 0 50 447 111 43
Binary 10001110 11000 10011000 111 1010100 0 101000 100100111 1001001 100011

Color Harmonies of #8E1898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1898

Black with #8E1898

Text Example


Text Example

White with #8E1898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E1898;
 }
 .AnyTagClassName
 {
   color: #8E1898;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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