Html Css Color HEX #8E376D Dark Purple

📋 copy color: '#8E376D'

red 142 ◦ green 55 ◦ blue 109

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

Shades of Dark Purple #8E376D

Tints of Dark Purple #8E376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

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

R = 46.41%
G = 17.97%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E376D (or 0x8E376D) is known color: Dark Purple. HEX triplet: 8E, 37 and 6D. RGB value is (142,55,109). Sum of RGB (Red+Green+Blue) = 142+55+109=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E376D is #71C892. Grayscale: #575757. Windows color (decimal): -7456915 or 7157646. OLE color: 7157646.

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

Color convert

RGB 142 55 109 -
CMYK 0 0.61 0.23 0.44
HSL 322.76º 0.44% 0.39% -
HSV(B) 322.76º 0.61% 0.56% -
XYZ 15.28 9.59 15.51 -
YUV 87.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 142 55 109 0 0.61 0.23 0.44 322.76 0.44 0.39
Hex 8E 37 6D 0 3D 17 2C 143 2C 27
Octal 216 67 155 0 75 27 54 503 54 47
Binary 10001110 110111 1101101 0 111101 10111 101100 101000011 101100 100111

Color Harmonies of #8E376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E376D

Black with #8E376D

Text Example


Text Example

White with #8E376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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