#8E257C

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

Shades of Dark Purple #8E257C

Tints of Dark Purple #8E257C

Color information

#8E257C (or 0x8E257C) is unknown color: approx Dark Purple. HEX triplet: 8E, 25 and 7C. RGB value is (142,37,124). Sum of RGB (Red+Green+Blue) = 142+37+124=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E257C is #71DA83. Grayscale: #4E4E4E. Windows color (decimal): -7461508 or 8136078. OLE color: 8136078.

HSL color Cylindrical-coordinate representation of color #8E257C: hue angle of 310.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E257C is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14237124-
CMYK00.740.130.44
HSL310.29º58.66%35.1%-
HSV(B)310.29º73.94%55.69%-
XYZ15.458.5319.9-
YUV78.31153.79173.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=46.86%
G=12.21%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423712400.740.130.44310.2958.6635.1
Hex8E257C04AD2C1363b23
Octal21645174011215544667343
Binary100011101001011111100010010101101101100100110110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,37,124); }

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

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

 a { background-color: rgb(142,37,124); }

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

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

 span { border-color: rgb(142,37,124); }

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