Html Css Color HEX #8D087E Dark Magenta

📋 copy color: '#8D087E'

red 141 ◦ green 8 ◦ blue 126

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

Shades of Dark Magenta #8D087E

Tints of Dark Magenta #8D087E

RGB

 RED value IS 141 (55.47% from 255) = 51.27%

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

 BLUE value IS 126 (49.61% from 255) = 45.82%

R = 51.27%
G = 2.91%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D087E (or 0x8D087E) is known color: Dark Magenta. HEX triplet: 8D, 08 and 7E. RGB value is (141,8,126). Sum of RGB (Red+Green+Blue) = 141+8+126=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D087E is #72F781. Grayscale: #3C3C3C. Windows color (decimal): -7534466 or 8259725. OLE color: 8259725.

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

Color convert

RGB 141 8 126 -
CMYK 0 0.94 0.11 0.45
HSL 306.77º 0.89% 0.29% -
HSV(B) 306.77º 0.94% 0.55% -
XYZ 14.84 7.34 20.37 -
YUV 61.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 141 8 126 0 0.94 0.11 0.45 306.77 0.89 0.29
Hex 8D 8 7E 0 5E B 2D 133 59 1D
Octal 215 10 176 0 136 13 55 463 131 35
Binary 10001101 1000 1111110 0 1011110 1011 101101 100110011 1011001 11101

Color Harmonies of #8D087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D087E

Black with #8D087E

Text Example


Text Example

White with #8D087E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,8,126); }

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

background-color css

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

 a { background-color: rgb(141,8,126); }

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

border-color css

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

 span { border-color: rgb(141,8,126); }

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