Html Css Color HEX #8E137C Dark Purple

📋 copy color: '#8E137C'

red 142 ◦ green 19 ◦ blue 124

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

Shades of Dark Purple #8E137C

Tints of Dark Purple #8E137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 49.82%
G = 6.67%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E137C (or 0x8E137C) is known color: Dark Purple. HEX triplet: 8E, 13 and 7C. RGB value is (142,19,124). Sum of RGB (Red+Green+Blue) = 142+19+124=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E137C is #71EC83. Grayscale: #434343. Windows color (decimal): -7466116 or 8131470. OLE color: 8131470.

HSL color Cylindrical-coordinate representation of color #8E137C: hue angle of 308.78º 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 #8E137C is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 19 124 -
CMYK 0 0.87 0.13 0.44
HSL 308.78º 0.76% 0.32% -
HSV(B) 308.78º 0.87% 0.56% -
XYZ 15.03 7.67 19.76 -
YUV 67.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 142 19 124 0 0.87 0.13 0.44 308.78 0.76 0.32
Hex 8E 13 7C 0 57 D 2C 135 4C 20
Octal 216 23 174 0 127 15 54 465 114 40
Binary 10001110 10011 1111100 0 1010111 1101 101100 100110101 1001100 100000

Color Harmonies of #8E137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E137C

Black with #8E137C

Text Example


Text Example

White with #8E137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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