Html Css Color HEX #8E377C Dark Purple

📋 copy color: '#8E377C'

red 142 ◦ green 55 ◦ blue 124

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

Shades of Dark Purple #8E377C

Tints of Dark Purple #8E377C

RGB

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

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

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

R = 44.24%
G = 17.13%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E377C (or 0x8E377C) is known color: Dark Purple. HEX triplet: 8E, 37 and 7C. RGB value is (142,55,124). Sum of RGB (Red+Green+Blue) = 142+55+124=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E377C is #71C883. Grayscale: #585858. Windows color (decimal): -7456900 or 8140686. OLE color: 8140686.

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

Color convert

RGB 142 55 124 -
CMYK 0 0.61 0.13 0.44
HSL 312.41º 0.44% 0.39% -
HSV(B) 312.41º 0.61% 0.56% -
XYZ 16.16 9.94 20.14 -
YUV 88.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 142 55 124 0 0.61 0.13 0.44 312.41 0.44 0.39
Hex 8E 37 7C 0 3D D 2C 138 2C 27
Octal 216 67 174 0 75 15 54 470 54 47
Binary 10001110 110111 1111100 0 111101 1101 101100 100111000 101100 100111

Color Harmonies of #8E377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E377C

Black with #8E377C

Text Example


Text Example

White with #8E377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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