Html Css Color HEX #8E3177 Dark Purple

📋 copy color: '#8E3177'

red 142 ◦ green 49 ◦ blue 119

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

Shades of Dark Purple #8E3177

Tints of Dark Purple #8E3177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

 BLUE value IS 119 (46.88% from 255) = 38.39%

R = 45.81%
G = 15.81%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E3177 (or 0x8E3177) is known color: Dark Purple. HEX triplet: 8E, 31 and 77. RGB value is (142,49,119). Sum of RGB (Red+Green+Blue) = 142+49+119=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3177 is #71CE88. Grayscale: #545454. Windows color (decimal): -7458441 or 7811470. OLE color: 7811470.

HSL color Cylindrical-coordinate representation of color #8E3177: hue angle of 314.84º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3177 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 49 119 -
CMYK 0 0.65 0.16 0.44
HSL 314.84º 0.49% 0.37% -
HSV(B) 314.84º 0.65% 0.56% -
XYZ 15.58 9.28 18.42 -
YUV 84.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 142 49 119 0 0.65 0.16 0.44 314.84 0.49 0.37
Hex 8E 31 77 0 41 10 2C 13B 31 25
Octal 216 61 167 0 101 20 54 473 61 45
Binary 10001110 110001 1110111 0 1000001 10000 101100 100111011 110001 100101

Color Harmonies of #8E3177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3177

Black with #8E3177

Text Example


Text Example

White with #8E3177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,49,119); }

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

background-color css

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

 a { background-color: rgb(142,49,119); }

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

border-color css

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

 span { border-color: rgb(142,49,119); }

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