Html Css Color HEX #8E116D Dark Purple

📋 copy color: '#8E116D'

red 142 ◦ green 17 ◦ blue 109

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

Shades of Dark Purple #8E116D

Tints of Dark Purple #8E116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 52.99%
G = 6.34%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E116D (or 0x8E116D) is known color: Dark Purple. HEX triplet: 8E, 11 and 6D. RGB value is (142,17,109). Sum of RGB (Red+Green+Blue) = 142+17+109=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E116D is #71EE92. Grayscale: #404040. Windows color (decimal): -7466643 or 7147918. OLE color: 7147918.

HSL color Cylindrical-coordinate representation of color #8E116D: hue angle of 315.84º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E116D is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 109 -
CMYK 0 0.88 0.23 0.44
HSL 315.84º 0.79% 0.31% -
HSV(B) 315.84º 0.88% 0.56% -
XYZ 14.12 7.26 15.12 -
YUV 64.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 142 17 109 0 0.88 0.23 0.44 315.84 0.79 0.31
Hex 8E 11 6D 0 58 17 2C 13C 4F 1F
Octal 216 21 155 0 130 27 54 474 117 37
Binary 10001110 10001 1101101 0 1011000 10111 101100 100111100 1001111 11111

Color Harmonies of #8E116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E116D

Black with #8E116D

Text Example


Text Example

White with #8E116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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