Html Css Color HEX #8E0785 Dark Magenta

📋 copy color: '#8E0785'

red 142 ◦ green 7 ◦ blue 133

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

Shades of Dark Magenta #8E0785

Tints of Dark Magenta #8E0785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 50.35%
G = 2.48%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8E0785 (or 0x8E0785) is known color: Dark Magenta. HEX triplet: 8E, 07 and 85. RGB value is (142,7,133). Sum of RGB (Red+Green+Blue) = 142+7+133=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0785 is #71F87A. Grayscale: #3D3D3D. Windows color (decimal): -7469179 or 8718222. OLE color: 8718222.

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

Color convert

RGB 142 7 133 -
CMYK 0 0.95 0.06 0.44
HSL 304º 0.91% 0.29% -
HSV(B) 304º 0.95% 0.56% -
XYZ 15.46 7.6 22.84 -
YUV 61.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 142 7 133 0 0.95 0.06 0.44 304 0.91 0.29
Hex 8E 7 85 0 5F 6 2C 130 5B 1D
Octal 216 7 205 0 137 6 54 460 133 35
Binary 10001110 111 10000101 0 1011111 110 101100 100110000 1011011 11101

Color Harmonies of #8E0785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0785

Black with #8E0785

Text Example


Text Example

White with #8E0785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,7,133); }

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

background-color css

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

 a { background-color: rgb(142,7,133); }

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

border-color css

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

 span { border-color: rgb(142,7,133); }

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