#8E3376

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

Shades of Dark Purple #8E3376

Tints of Dark Purple #8E3376

Color information

#8E3376 (or 0x8E3376) is unknown color: approx Dark Purple. HEX triplet: 8E, 33 and 76. RGB value is (142,51,118). Sum of RGB (Red+Green+Blue) = 142+51+118=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3376 is #71CC89. Grayscale: #555555. Windows color (decimal): -7457930 or 7746446. OLE color: 7746446.

HSL color Cylindrical-coordinate representation of color #8E3376: hue angle of 315.82º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E3376 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14251118-
CMYK00.640.170.44
HSL315.82º47.15%37.84%-
HSV(B)315.82º64.08%55.69%-
XYZ15.619.4318.14-
YUV85.85146.15168.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=45.66%
G=16.40%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425111800.640.170.44315.8247.1537.84
Hex8E3376040112C13c2f26
Octal21663166010021544745746
Binary1000111011001111101100100000010001101100100111100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,51,118); }

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

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

 a { background-color: rgb(142,51,118); }

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

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

 span { border-color: rgb(142,51,118); }

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