#8B0E74

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

Shades of Dark Purple #8B0E74

Tints of Dark Purple #8B0E74

Color information

#8B0E74 (or 0x8B0E74) is unknown color: approx Dark Purple. HEX triplet: 8B, 0E and 74. RGB value is (139,14,116). Sum of RGB (Red+Green+Blue) = 139+14+116=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E74 is #74F18B. Grayscale: #3E3E3E. Windows color (decimal): -7664012 or 7605899. OLE color: 7605899.

HSL color Cylindrical-coordinate representation of color #8B0E74: hue angle of 311.04º 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 #8B0E74 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13914116-
CMYK00.900.170.45
HSL311.04º81.7%30%-
HSV(B)311.04º89.93%54.51%-
XYZ13.967.0617.15-
YUV63157.91182.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 14 (5.86% from 255) = 5.20%
BLUE value IS 116 (45.70% from 255) = 43.12%
R=51.67%
G=5.20%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391411600.900.170.45311.0481.730
Hex8BE7405A112D137521e
Octal213161640132215546712236
Binary10001011111011101000101101010001101101100110111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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