Html Css Color HEX #8E0384 Dark Magenta

📋 copy color: '#8E0384'

red 142 ◦ green 3 ◦ blue 132

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

Shades of Dark Magenta #8E0384

Tints of Dark Magenta #8E0384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 132 (51.95% from 255) = 47.65%

R = 51.26%
G = 1.08%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E0384 (or 0x8E0384) is known color: Dark Magenta. HEX triplet: 8E, 03 and 84. RGB value is (142,3,132). Sum of RGB (Red+Green+Blue) = 142+3+132=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0384 is #71FC7B. Grayscale: #3A3A3A. Windows color (decimal): -7470204 or 8651662. OLE color: 8651662.

HSL color Cylindrical-coordinate representation of color #8E0384: hue angle of 304.32º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0384 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 3 132 -
CMYK 0 0.98 0.07 0.44
HSL 304.32º 0.96% 0.28% -
HSV(B) 304.32º 0.98% 0.56% -
XYZ 15.35 7.48 22.46 -
YUV 59.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 142 3 132 0 0.98 0.07 0.44 304.32 0.96 0.28
Hex 8E 3 84 0 62 7 2C 130 60 1C
Octal 216 3 204 0 142 7 54 460 140 34
Binary 10001110 11 10000100 0 1100010 111 101100 100110000 1100000 11100

Color Harmonies of #8E0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0384

Black with #8E0384

Text Example


Text Example

White with #8E0384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,3,132); }

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

background-color css

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

 a { background-color: rgb(142,3,132); }

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

border-color css

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

 span { border-color: rgb(142,3,132); }

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