#8E256D

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

Shades of Dark Purple #8E256D

Tints of Dark Purple #8E256D

Color information

#8E256D (or 0x8E256D) is unknown color: approx Dark Purple. HEX triplet: 8E, 25 and 6D. RGB value is (142,37,109). Sum of RGB (Red+Green+Blue) = 142+37+109=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E256D is #71DA92. Grayscale: #4C4C4C. Windows color (decimal): -7461523 or 7153038. OLE color: 7153038.

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

Color convert

RGB14237109-
CMYK00.740.230.44
HSL318.86º58.66%35.1%-
HSV(B)318.86º73.94%55.69%-
XYZ14.588.1815.28-
YUV76.6146.29174.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=49.31%
G=12.85%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423710900.740.230.44318.8658.6635.1
Hex8E256D04A172C13f3b23
Octal21645155011227544777343
Binary1000111010010111011010100101010111101100100111111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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