Html Css Color HEX #8E177A Dark Purple

📋 copy color: '#8E177A'

red 142 ◦ green 23 ◦ blue 122

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

Shades of Dark Purple #8E177A

Tints of Dark Purple #8E177A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

 BLUE value IS 122 (48.05% from 255) = 42.51%

R = 49.48%
G = 8.01%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E177A (or 0x8E177A) is known color: Dark Purple. HEX triplet: 8E, 17 and 7A. RGB value is (142,23,122). Sum of RGB (Red+Green+Blue) = 142+23+122=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E177A is #71E885. Grayscale: #454545. Windows color (decimal): -7465094 or 8001422. OLE color: 8001422.

HSL color Cylindrical-coordinate representation of color #8E177A: hue angle of 310.08º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E177A is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 23 122 -
CMYK 0 0.84 0.14 0.44
HSL 310.08º 0.72% 0.32% -
HSV(B) 310.08º 0.84% 0.56% -
XYZ 14.97 7.77 19.12 -
YUV 69.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 142 23 122 0 0.84 0.14 0.44 310.08 0.72 0.32
Hex 8E 17 7A 0 54 E 2C 136 48 20
Octal 216 27 172 0 124 16 54 466 110 40
Binary 10001110 10111 1111010 0 1010100 1110 101100 100110110 1001000 100000

Color Harmonies of #8E177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E177A

Black with #8E177A

Text Example


Text Example

White with #8E177A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,23,122); }

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

background-color css

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

 a { background-color: rgb(142,23,122); }

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

border-color css

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

 span { border-color: rgb(142,23,122); }

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