Html Css Color HEX #8E087D Dark Magenta

📋 copy color: '#8E087D'

red 142 ◦ green 8 ◦ blue 125

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

Shades of Dark Magenta #8E087D

Tints of Dark Magenta #8E087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 51.64%
G = 2.91%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E087D (or 0x8E087D) is known color: Dark Magenta. HEX triplet: 8E, 08 and 7D. RGB value is (142,8,125). Sum of RGB (Red+Green+Blue) = 142+8+125=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E087D is #71F782. Grayscale: #3D3D3D. Windows color (decimal): -7468931 or 8194190. OLE color: 8194190.

HSL color Cylindrical-coordinate representation of color #8E087D: hue angle of 307.61º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E087D is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 8 125 -
CMYK 0 0.94 0.12 0.44
HSL 307.61º 0.89% 0.29% -
HSV(B) 307.61º 0.94% 0.56% -
XYZ 14.94 7.41 20.04 -
YUV 61.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 142 8 125 0 0.94 0.12 0.44 307.61 0.89 0.29
Hex 8E 8 7D 0 5E C 2C 134 59 1D
Octal 216 10 175 0 136 14 54 464 131 35
Binary 10001110 1000 1111101 0 1011110 1100 101100 100110100 1011001 11101

Color Harmonies of #8E087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E087D

Black with #8E087D

Text Example


Text Example

White with #8E087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,8,125); }

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

background-color css

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

 a { background-color: rgb(142,8,125); }

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

border-color css

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

 span { border-color: rgb(142,8,125); }

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