#8E257B

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

Shades of Dark Purple #8E257B

Tints of Dark Purple #8E257B

Color information

#8E257B (or 0x8E257B) is unknown color: approx Dark Purple. HEX triplet: 8E, 25 and 7B. RGB value is (142,37,123). Sum of RGB (Red+Green+Blue) = 142+37+123=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E257B is #71DA84. Grayscale: #4D4D4D. Windows color (decimal): -7461509 or 8070542. OLE color: 8070542.

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

Color convert

RGB14237123-
CMYK00.740.130.44
HSL310.86º58.66%35.1%-
HSV(B)310.86º73.94%55.69%-
XYZ15.398.519.57-
YUV78.2153.29173.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=47.02%
G=12.25%
B=40.73%

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
Decimal1423712300.740.130.44310.8658.6635.1
Hex8E257B04AD2C1373b23
Octal21645173011215544677343
Binary100011101001011111011010010101101101100100110111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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