Html Css Color HEX #8E089F Dark Magenta

📋 copy color: '#8E089F'

red 142 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #8E089F

Tints of Dark Magenta #8E089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.46%

R = 45.95%
G = 2.59%
B = 51.46%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E089F (or 0x8E089F) is known color: Dark Magenta. HEX triplet: 8E, 08 and 9F. RGB value is (142,8,159). Sum of RGB (Red+Green+Blue) = 142+8+159=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E089F is #71F760. Grayscale: #404040. Windows color (decimal): -7468897 or 10422414. OLE color: 10422414.

HSL color Cylindrical-coordinate representation of color #8E089F: hue angle of 293.25º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E089F is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 8 159 -
CMYK 0.11 0.95 0 0.38
HSL 293.25º 0.9% 0.33% -
HSV(B) 293.25º 0.95% 0.62% -
XYZ 17.5 8.43 33.51 -
YUV 65.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 142 8 159 0.11 0.95 0 0.38 293.25 0.9 0.33
Hex 8E 8 9F B 5F 0 26 125 5A 21
Octal 216 10 237 13 137 0 46 445 132 41
Binary 10001110 1000 10011111 1011 1011111 0 100110 100100101 1011010 100001

Color Harmonies of #8E089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E089F

Black with #8E089F

Text Example


Text Example

White with #8E089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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