Html Css Color HEX #8E188D Dark Magenta

📋 copy color: '#8E188D'

red 142 ◦ green 24 ◦ blue 141

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

Shades of Dark Magenta #8E188D

Tints of Dark Magenta #8E188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 46.25%
G = 7.82%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E188D (or 0x8E188D) is known color: Dark Magenta. HEX triplet: 8E, 18 and 8D. RGB value is (142,24,141). Sum of RGB (Red+Green+Blue) = 142+24+141=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E188D is #71E772. Grayscale: #484848. Windows color (decimal): -7464819 or 9246862. OLE color: 9246862.

HSL color Cylindrical-coordinate representation of color #8E188D: hue angle of 300.51º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E188D is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 24 141 -
CMYK 0 0.83 0.01 0.44
HSL 300.51º 0.71% 0.33% -
HSV(B) 300.51º 0.83% 0.56% -
XYZ 16.29 8.33 25.95 -
YUV 72.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 142 24 141 0 0.83 0.01 0.44 300.51 0.71 0.33
Hex 8E 18 8D 0 53 1 2C 12D 47 21
Octal 216 30 215 0 123 1 54 455 107 41
Binary 10001110 11000 10001101 0 1010011 1 101100 100101101 1000111 100001

Color Harmonies of #8E188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E188D

Black with #8E188D

Text Example


Text Example

White with #8E188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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