Html Css Color HEX #8E0E8B Dark Magenta

📋 copy color: '#8E0E8B'

red 142 ◦ green 14 ◦ blue 139

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

Shades of Dark Magenta #8E0E8B

Tints of Dark Magenta #8E0E8B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.75%

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 48.14%
G = 4.75%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8E0E8B (or 0x8E0E8B) is known color: Dark Magenta. HEX triplet: 8E, 0E and 8B. RGB value is (142,14,139). Sum of RGB (Red+Green+Blue) = 142+14+139=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0E8B is #71F174. Grayscale: #424242. Windows color (decimal): -7467381 or 9113230. OLE color: 9113230.

HSL color Cylindrical-coordinate representation of color #8E0E8B: hue angle of 301.41º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E8B is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 14 139 -
CMYK 0 0.90 0.02 0.44
HSL 301.41º 0.82% 0.31% -
HSV(B) 301.41º 0.9% 0.56% -
XYZ 15.97 7.93 25.11 -
YUV 66.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 142 14 139 0 0.90 0.02 0.44 301.41 0.82 0.31
Hex 8E E 8B 0 5A 2 2C 12D 52 1F
Octal 216 16 213 0 132 2 54 455 122 37
Binary 10001110 1110 10001011 0 1011010 10 101100 100101101 1010010 11111

Color Harmonies of #8E0E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0E8B

Black with #8E0E8B

Text Example


Text Example

White with #8E0E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,14,139); }

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

background-color css

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

 a { background-color: rgb(142,14,139); }

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

border-color css

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

 span { border-color: rgb(142,14,139); }

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