Html Css Color HEX #8E087F Dark Magenta

📋 copy color: '#8E087F'

red 142 ◦ green 8 ◦ blue 127

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

Shades of Dark Magenta #8E087F

Tints of Dark Magenta #8E087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.85%

R = 51.26%
G = 2.89%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E087F (or 0x8E087F) is known color: Dark Magenta. HEX triplet: 8E, 08 and 7F. RGB value is (142,8,127). Sum of RGB (Red+Green+Blue) = 142+8+127=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E087F is #71F780. Grayscale: #3D3D3D. Windows color (decimal): -7468929 or 8325262. OLE color: 8325262.

HSL color Cylindrical-coordinate representation of color #8E087F: hue angle of 306.72º 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 #8E087F is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 8 127 -
CMYK 0 0.94 0.11 0.44
HSL 306.72º 0.89% 0.29% -
HSV(B) 306.72º 0.94% 0.56% -
XYZ 15.07 7.46 20.72 -
YUV 61.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 142 8 127 0 0.94 0.11 0.44 306.72 0.89 0.29
Hex 8E 8 7F 0 5E B 2C 133 59 1D
Octal 216 10 177 0 136 13 54 463 131 35
Binary 10001110 1000 1111111 0 1011110 1011 101100 100110011 1011001 11101

Color Harmonies of #8E087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E087F

Black with #8E087F

Text Example


Text Example

White with #8E087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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