Html Css Color HEX #8E018B Dark Magenta

📋 copy color: '#8E018B'

red 142 ◦ green 1 ◦ blue 139

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

Shades of Dark Magenta #8E018B

Tints of Dark Magenta #8E018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 50.35%
G = 0.35%
B = 49.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8E018B (or 0x8E018B) is known color: Dark Magenta. HEX triplet: 8E, 01 and 8B. RGB value is (142,1,139). Sum of RGB (Red+Green+Blue) = 142+1+139=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E018B is #71FE74. Grayscale: #3A3A3A. Windows color (decimal): -7470709 or 9109902. OLE color: 9109902.

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

Color convert

RGB 142 1 139 -
CMYK 0 0.99 0.02 0.44
HSL 301.28º 0.99% 0.28% -
HSV(B) 301.28º 0.99% 0.56% -
XYZ 15.83 7.64 25.07 -
YUV 58.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 142 1 139 0 0.99 0.02 0.44 301.28 0.99 0.28
Hex 8E 1 8B 0 63 2 2C 12D 63 1C
Octal 216 1 213 0 143 2 54 455 143 34
Binary 10001110 1 10001011 0 1100011 10 101100 100101101 1100011 11100

Color Harmonies of #8E018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E018B

Black with #8E018B

Text Example


Text Example

White with #8E018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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