Html Css Color HEX #8E136D Dark Purple

📋 copy color: '#8E136D'

red 142 ◦ green 19 ◦ blue 109

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

Shades of Dark Purple #8E136D

Tints of Dark Purple #8E136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 52.59%
G = 7.04%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E136D (or 0x8E136D) is known color: Dark Purple. HEX triplet: 8E, 13 and 6D. RGB value is (142,19,109). Sum of RGB (Red+Green+Blue) = 142+19+109=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E136D is #71EC92. Grayscale: #414141. Windows color (decimal): -7466131 or 7148430. OLE color: 7148430.

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

Color convert

RGB 142 19 109 -
CMYK 0 0.87 0.23 0.44
HSL 316.1º 0.76% 0.32% -
HSV(B) 316.1º 0.87% 0.56% -
XYZ 14.15 7.32 15.14 -
YUV 66.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 142 19 109 0 0.87 0.23 0.44 316.1 0.76 0.32
Hex 8E 13 6D 0 57 17 2C 13C 4C 20
Octal 216 23 155 0 127 27 54 474 114 40
Binary 10001110 10011 1101101 0 1010111 10111 101100 100111100 1001100 100000

Color Harmonies of #8E136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E136D

Black with #8E136D

Text Example


Text Example

White with #8E136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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