Html Css Color HEX #8E317D Dark Purple

📋 copy color: '#8E317D'

red 142 ◦ green 49 ◦ blue 125

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

Shades of Dark Purple #8E317D

Tints of Dark Purple #8E317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 44.94%
G = 15.51%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E317D (or 0x8E317D) is known color: Dark Purple. HEX triplet: 8E, 31 and 7D. RGB value is (142,49,125). Sum of RGB (Red+Green+Blue) = 142+49+125=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E317D is #71CE82. Grayscale: #555555. Windows color (decimal): -7458435 or 8204686. OLE color: 8204686.

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

Color convert

RGB 142 49 125 -
CMYK 0 0.65 0.12 0.44
HSL 310.97º 0.49% 0.37% -
HSV(B) 310.97º 0.65% 0.56% -
XYZ 15.96 9.43 20.38 -
YUV 85.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 142 49 125 0 0.65 0.12 0.44 310.97 0.49 0.37
Hex 8E 31 7D 0 41 C 2C 137 31 25
Octal 216 61 175 0 101 14 54 467 61 45
Binary 10001110 110001 1111101 0 1000001 1100 101100 100110111 110001 100101

Color Harmonies of #8E317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E317D

Black with #8E317D

Text Example


Text Example

White with #8E317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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