Html Css Color HEX #8E387C Dark Purple

📋 copy color: '#8E387C'

red 142 ◦ green 56 ◦ blue 124

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

Shades of Dark Purple #8E387C

Tints of Dark Purple #8E387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

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

R = 44.1%
G = 17.39%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E387C (or 0x8E387C) is known color: Dark Purple. HEX triplet: 8E, 38 and 7C. RGB value is (142,56,124). Sum of RGB (Red+Green+Blue) = 142+56+124=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E387C is #71C783. Grayscale: #595959. Windows color (decimal): -7456644 or 8140942. OLE color: 8140942.

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

Color convert

RGB 142 56 124 -
CMYK 0 0.61 0.13 0.44
HSL 312.56º 0.43% 0.39% -
HSV(B) 312.56º 0.61% 0.56% -
XYZ 16.21 10.03 20.15 -
YUV 89.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 142 56 124 0 0.61 0.13 0.44 312.56 0.43 0.39
Hex 8E 38 7C 0 3D D 2C 139 2B 27
Octal 216 70 174 0 75 15 54 471 53 47
Binary 10001110 111000 1111100 0 111101 1101 101100 100111001 101011 100111

Color Harmonies of #8E387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E387C

Black with #8E387C

Text Example


Text Example

White with #8E387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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