Html Css Color HEX #8E197A Dark Purple

📋 copy color: '#8E197A'

red 142 ◦ green 25 ◦ blue 122

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

Shades of Dark Purple #8E197A

Tints of Dark Purple #8E197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

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

R = 49.13%
G = 8.65%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E197A (or 0x8E197A) is known color: Dark Purple. HEX triplet: 8E, 19 and 7A. RGB value is (142,25,122). Sum of RGB (Red+Green+Blue) = 142+25+122=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E197A is #71E685. Grayscale: #464646. Windows color (decimal): -7464582 or 8001934. OLE color: 8001934.

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

Color convert

RGB 142 25 122 -
CMYK 0 0.82 0.14 0.44
HSL 310.26º 0.7% 0.33% -
HSV(B) 310.26º 0.82% 0.56% -
XYZ 15.02 7.85 19.14 -
YUV 71.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 142 25 122 0 0.82 0.14 0.44 310.26 0.7 0.33
Hex 8E 19 7A 0 52 E 2C 136 46 21
Octal 216 31 172 0 122 16 54 466 106 41
Binary 10001110 11001 1111010 0 1010010 1110 101100 100110110 1000110 100001

Color Harmonies of #8E197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E197A

Black with #8E197A

Text Example


Text Example

White with #8E197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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