#8E0F7A

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

Shades of Dark Purple #8E0F7A

Tints of Dark Purple #8E0F7A

Color information

#8E0F7A (or 0x8E0F7A) is unknown color: approx Dark Purple. HEX triplet: 8E, 0F and 7A. RGB value is (142,15,122). Sum of RGB (Red+Green+Blue) = 142+15+122=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F7A is #71F085. Grayscale: #404040. Windows color (decimal): -7467142 or 7999374. OLE color: 7999374.

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

Color convert

RGB14215122-
CMYK00.890.140.44
HSL309.45º80.89%30.78%-
HSV(B)309.45º89.44%55.69%-
XYZ14.847.519.08-
YUV65.17160.08182.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=50.90%
G=5.38%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421512200.890.140.44309.4580.8930.78
Hex8EF7A059E2C135511f
Octal216171720131165446512137
Binary1000111011111111010010110011110101100100110101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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