Html Css Color HEX #8E1099 Dark Magenta

📋 copy color: '#8E1099'

red 142 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #8E1099

Tints of Dark Magenta #8E1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 45.66%
G = 5.14%
B = 49.2%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E1099 (or 0x8E1099) is known color: Dark Magenta. HEX triplet: 8E, 10 and 99. RGB value is (142,16,153). Sum of RGB (Red+Green+Blue) = 142+16+153=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E1099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1099 is #71EF66. Grayscale: #444444. Windows color (decimal): -7466855 or 10031246. OLE color: 10031246.

HSL color Cylindrical-coordinate representation of color #8E1099: hue angle of 295.18º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E1099 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 16 153 -
CMYK 0.07 0.90 0 0.4
HSL 295.18º 0.81% 0.33% -
HSV(B) 295.18º 0.9% 0.6% -
XYZ 17.09 8.42 30.86 -
YUV 69.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 142 16 153 0.07 0.90 0 0.4 295.18 0.81 0.33
Hex 8E 10 99 7 5A 0 28 127 51 21
Octal 216 20 231 7 132 0 50 447 121 41
Binary 10001110 10000 10011001 111 1011010 0 101000 100100111 1010001 100001

Color Harmonies of #8E1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1099

Black with #8E1099

Text Example


Text Example

White with #8E1099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,16,153); }

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

background-color css

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

 a { background-color: rgb(142,16,153); }

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

border-color css

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

 span { border-color: rgb(142,16,153); }

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