#8E427A

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

Shades of Dark Purple #8E427A

Tints of Dark Purple #8E427A

Color information

#8E427A (or 0x8E427A) is unknown color: approx Dark Purple. HEX triplet: 8E, 42 and 7A. RGB value is (142,66,122). Sum of RGB (Red+Green+Blue) = 142+66+122=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E427A is #71BD85. Grayscale: #5E5E5E. Windows color (decimal): -7454086 or 8012430. OLE color: 8012430.

HSL color Cylindrical-coordinate representation of color #8E427A: hue angle of 315.79º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E427A is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14266122-
CMYK00.540.140.44
HSL315.79º36.54%40.78%-
HSV(B)315.79º53.52%55.69%-
XYZ16.6211.0519.67-
YUV95.11143.18161.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=43.03%
G=20%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426612200.540.140.44315.7936.5440.78
Hex8E427A036E2C13c2529
Octal21610217206616544744551
Binary100011101000010111101001101101110101100100111100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,122); }

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

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

 a { background-color: rgb(142,66,122); }

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

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

 span { border-color: rgb(142,66,122); }

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