#8E337D

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

Shades of Dark Purple #8E337D

Tints of Dark Purple #8E337D

Color information

#8E337D (or 0x8E337D) is unknown color: approx Dark Purple. HEX triplet: 8E, 33 and 7D. RGB value is (142,51,125). Sum of RGB (Red+Green+Blue) = 142+51+125=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E337D is #71CC82. Grayscale: #565656. Windows color (decimal): -7457923 or 8205198. OLE color: 8205198.

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

Color convert

RGB14251125-
CMYK00.640.120.44
HSL311.21º47.15%37.84%-
HSV(B)311.21º64.08%55.69%-
XYZ16.049.620.41-
YUV86.64149.65167.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=44.65%
G=16.04%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425112500.640.120.44311.2147.1537.84
Hex8E337D040C2C1372f26
Octal21663175010014544675746
Binary100011101100111111101010000001100101100100110111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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