Html Css Color HEX #8E376F Dark Purple

📋 copy color: '#8E376F'

red 142 ◦ green 55 ◦ blue 111

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

Shades of Dark Purple #8E376F

Tints of Dark Purple #8E376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 46.1%
G = 17.86%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E376F (or 0x8E376F) is known color: Dark Purple. HEX triplet: 8E, 37 and 6F. RGB value is (142,55,111). Sum of RGB (Red+Green+Blue) = 142+55+111=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E376F is #71C890. Grayscale: #575757. Windows color (decimal): -7456913 or 7288718. OLE color: 7288718.

HSL color Cylindrical-coordinate representation of color #8E376F: hue angle of 321.38º degrees, saturation: 0.44, 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 #8E376F is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 55 111 -
CMYK 0 0.61 0.22 0.44
HSL 321.38º 0.44% 0.39% -
HSV(B) 321.38º 0.61% 0.56% -
XYZ 15.39 9.63 16.09 -
YUV 87.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 142 55 111 0 0.61 0.22 0.44 321.38 0.44 0.39
Hex 8E 37 6F 0 3D 16 2C 141 2C 27
Octal 216 67 157 0 75 26 54 501 54 47
Binary 10001110 110111 1101111 0 111101 10110 101100 101000001 101100 100111

Color Harmonies of #8E376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E376F

Black with #8E376F

Text Example


Text Example

White with #8E376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,55,111); }

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

background-color css

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

 a { background-color: rgb(142,55,111); }

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

border-color css

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

 span { border-color: rgb(142,55,111); }

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