#8E366F

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

Shades of Dark Purple #8E366F

Tints of Dark Purple #8E366F

Color information

#8E366F (or 0x8E366F) is unknown color: approx Dark Purple. HEX triplet: 8E, 36 and 6F. RGB value is (142,54,111). Sum of RGB (Red+Green+Blue) = 142+54+111=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E366F is #71C990. Grayscale: #565656. Windows color (decimal): -7457169 or 7288462. OLE color: 7288462.

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

Color convert

RGB14254111-
CMYK00.620.220.44
HSL321.14º44.9%38.43%-
HSV(B)321.14º61.97%55.69%-
XYZ15.349.5416.07-
YUV86.81141.65167.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=46.25%
G=17.59%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425411100.620.220.44321.1444.938.43
Hex8E366F03E162C1412d26
Octal2166615707626545015546
Binary100011101101101101111011111010110101100101000001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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