Html Css Color HEX #8E0892 Dark Magenta

📋 copy color: '#8E0892'

red 142 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #8E0892

Tints of Dark Magenta #8E0892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 47.97%
G = 2.7%
B = 49.32%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E0892 (or 0x8E0892) is known color: Dark Magenta. HEX triplet: 8E, 08 and 92. RGB value is (142,8,146). Sum of RGB (Red+Green+Blue) = 142+8+146=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E0892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0892 is #71F76D. Grayscale: #3F3F3F. Windows color (decimal): -7468910 or 9570446. OLE color: 9570446.

HSL color Cylindrical-coordinate representation of color #8E0892: hue angle of 298.26º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0892 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 8 146 -
CMYK 0.03 0.95 0 0.43
HSL 298.26º 0.9% 0.3% -
HSV(B) 298.26º 0.95% 0.57% -
XYZ 16.43 8 27.87 -
YUV 63.8 174.39 183.78 -
System Red Green Blue C M Y K H S L
Decimal 142 8 146 0.03 0.95 0 0.43 298.26 0.9 0.3
Hex 8E 8 92 3 5F 0 2B 12A 5A 1E
Octal 216 10 222 3 137 0 53 452 132 36
Binary 10001110 1000 10010010 11 1011111 0 101011 100101010 1011010 11110

Color Harmonies of #8E0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0892

Black with #8E0892

Text Example


Text Example

White with #8E0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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