Html Css Color HEX #8E197C Dark Purple

📋 copy color: '#8E197C'

red 142 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #8E197C

Tints of Dark Purple #8E197C

RGB

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

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

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

R = 48.8%
G = 8.59%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E197C (or 0x8E197C) is known color: Dark Purple. HEX triplet: 8E, 19 and 7C. RGB value is (142,25,124). Sum of RGB (Red+Green+Blue) = 142+25+124=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E197C is #71E683. Grayscale: #464646. Windows color (decimal): -7464580 or 8133006. OLE color: 8133006.

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

Color convert

RGB 142 25 124 -
CMYK 0 0.82 0.13 0.44
HSL 309.23º 0.7% 0.33% -
HSV(B) 309.23º 0.82% 0.56% -
XYZ 15.14 7.9 19.8 -
YUV 71.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 142 25 124 0 0.82 0.13 0.44 309.23 0.7 0.33
Hex 8E 19 7C 0 52 D 2C 135 46 21
Octal 216 31 174 0 122 15 54 465 106 41
Binary 10001110 11001 1111100 0 1010010 1101 101100 100110101 1000110 100001

Color Harmonies of #8E197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E197C

Black with #8E197C

Text Example


Text Example

White with #8E197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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