#8E2E6B

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

Shades of Dark Purple #8E2E6B

Tints of Dark Purple #8E2E6B

Color information

#8E2E6B (or 0x8E2E6B) is unknown color: approx Dark Purple. HEX triplet: 8E, 2E and 6B. RGB value is (142,46,107). Sum of RGB (Red+Green+Blue) = 142+46+107=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2E6B is #71D194. Grayscale: #515151. Windows color (decimal): -7459221 or 7024270. OLE color: 7024270.

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

Color convert

RGB14246107-
CMYK00.680.250.44
HSL321.88º51.06%36.86%-
HSV(B)321.88º67.61%55.69%-
XYZ14.798.7714.82-
YUV81.66142.3171.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=48.14%
G=15.59%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424610700.680.250.44321.8851.0636.86
Hex8E2E6B044192C1423325
Octal21656153010431545026345
Binary1000111010111011010110100010011001101100101000010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,46,107); }

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

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

 a { background-color: rgb(142,46,107); }

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

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

 span { border-color: rgb(142,46,107); }

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