#8B0E79

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

Shades of Dark Purple #8B0E79

Tints of Dark Purple #8B0E79

Color information

#8B0E79 (or 0x8B0E79) is unknown color: approx Dark Purple. HEX triplet: 8B, 0E and 79. RGB value is (139,14,121). Sum of RGB (Red+Green+Blue) = 139+14+121=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E79 is #74F186. Grayscale: #3F3F3F. Windows color (decimal): -7664007 or 7933579. OLE color: 7933579.

HSL color Cylindrical-coordinate representation of color #8B0E79: hue angle of 308.64º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E79 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB13914121-
CMYK00.900.130.45
HSL308.64º81.7%30%-
HSV(B)308.64º89.93%54.51%-
XYZ14.267.1818.72-
YUV63.57160.41181.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.73%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=50.73%
G=5.11%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391412100.900.130.45308.6481.730
Hex8BE7905AD2D135521e
Octal213161710132155546512236
Binary1000101111101111001010110101101101101100110101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,14,121); }

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

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

 a { background-color: rgb(139,14,121); }

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

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

 span { border-color: rgb(139,14,121); }

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