Html Css Color HEX #8E137A Dark Purple

📋 copy color: '#8E137A'

red 142 ◦ green 19 ◦ blue 122

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

Shades of Dark Purple #8E137A

Tints of Dark Purple #8E137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 50.18%
G = 6.71%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E137A (or 0x8E137A) is known color: Dark Purple. HEX triplet: 8E, 13 and 7A. RGB value is (142,19,122). Sum of RGB (Red+Green+Blue) = 142+19+122=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E137A is #71EC85. Grayscale: #434343. Windows color (decimal): -7466118 or 8000398. OLE color: 8000398.

HSL color Cylindrical-coordinate representation of color #8E137A: hue angle of 309.76º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E137A is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 19 122 -
CMYK 0 0.87 0.14 0.44
HSL 309.76º 0.76% 0.32% -
HSV(B) 309.76º 0.87% 0.56% -
XYZ 14.9 7.62 19.1 -
YUV 67.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 142 19 122 0 0.87 0.14 0.44 309.76 0.76 0.32
Hex 8E 13 7A 0 57 E 2C 136 4C 20
Octal 216 23 172 0 127 16 54 466 114 40
Binary 10001110 10011 1111010 0 1010111 1110 101100 100110110 1001100 100000

Color Harmonies of #8E137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E137A

Black with #8E137A

Text Example


Text Example

White with #8E137A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,19,122); }

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

background-color css

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

 a { background-color: rgb(142,19,122); }

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

border-color css

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

 span { border-color: rgb(142,19,122); }

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