#8E377B

Color #8E377B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8E377B

Tints of Dark Purple #8E377B

Color information

#8E377B (or 0x8E377B) is unknown color: approx Dark Purple. HEX triplet: 8E, 37 and 7B. RGB value is (142,55,123). Sum of RGB (Red+Green+Blue) = 142+55+123=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E377B is #71C884. Grayscale: #585858. Windows color (decimal): -7456901 or 8075150. OLE color: 8075150.

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

Color convert

RGB14255123-
CMYK00.610.130.44
HSL313.1º44.16%38.63%-
HSV(B)313.1º61.27%55.69%-
XYZ16.19.9119.8-
YUV88.76147.32165.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=44.38%
G=17.19%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425512300.610.130.44313.144.1638.63
Hex8E377B03DD2C1392c27
Octal2166717307515544715447
Binary10001110110111111101101111011101101100100111001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E377B;
 }
 .AnyTagClassName
 {
   color: #8E377B;
 }
</style>
background-color css

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

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

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

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

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

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