Html Css Color HEX #8E397D Dark Purple

📋 copy color: '#8E397D'

red 142 ◦ green 57 ◦ blue 125

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

Shades of Dark Purple #8E397D

Tints of Dark Purple #8E397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

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

R = 43.83%
G = 17.59%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E397D (or 0x8E397D) is known color: Dark Purple. HEX triplet: 8E, 39 and 7D. RGB value is (142,57,125). Sum of RGB (Red+Green+Blue) = 142+57+125=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E397D is #71C682. Grayscale: #595959. Windows color (decimal): -7456387 or 8206734. OLE color: 8206734.

HSL color Cylindrical-coordinate representation of color #8E397D: hue angle of 312º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E397D is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 57 125 -
CMYK 0 0.60 0.12 0.44
HSL 312º 0.43% 0.39% -
HSV(B) 312º 0.6% 0.56% -
XYZ 16.32 10.16 20.5 -
YUV 90.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 142 57 125 0 0.60 0.12 0.44 312 0.43 0.39
Hex 8E 39 7D 0 3C C 2C 138 2B 27
Octal 216 71 175 0 74 14 54 470 53 47
Binary 10001110 111001 1111101 0 111100 1100 101100 100111000 101011 100111

Color Harmonies of #8E397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E397D

Black with #8E397D

Text Example


Text Example

White with #8E397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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