Html Css Color HEX #8E1690 Dark Magenta

📋 copy color: '#8E1690'

red 142 ◦ green 22 ◦ blue 144

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

Shades of Dark Magenta #8E1690

Tints of Dark Magenta #8E1690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

 BLUE value IS 144 (56.64% from 255) = 46.75%

R = 46.1%
G = 7.14%
B = 46.75%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E1690 (or 0x8E1690) is known color: Dark Magenta. HEX triplet: 8E, 16 and 90. RGB value is (142,22,144). Sum of RGB (Red+Green+Blue) = 142+22+144=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1690 is #71E96F. Grayscale: #474747. Windows color (decimal): -7465328 or 9442958. OLE color: 9442958.

HSL color Cylindrical-coordinate representation of color #8E1690: hue angle of 299.02º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1690 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 22 144 -
CMYK 0.01 0.85 0 0.44
HSL 299.02º 0.73% 0.33% -
HSV(B) 299.02º 0.85% 0.56% -
XYZ 16.48 8.34 27.13 -
YUV 71.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 142 22 144 0.01 0.85 0 0.44 299.02 0.73 0.33
Hex 8E 16 90 1 55 0 2C 12B 49 21
Octal 216 26 220 1 125 0 54 453 111 41
Binary 10001110 10110 10010000 1 1010101 0 101100 100101011 1001001 100001

Color Harmonies of #8E1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1690

Black with #8E1690

Text Example


Text Example

White with #8E1690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,22,144); }

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

background-color css

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

 a { background-color: rgb(142,22,144); }

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

border-color css

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

 span { border-color: rgb(142,22,144); }

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