#8B0E75

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

Shades of Dark Purple #8B0E75

Tints of Dark Purple #8B0E75

Color information

#8B0E75 (or 0x8B0E75) is unknown color: approx Dark Purple. HEX triplet: 8B, 0E and 75. RGB value is (139,14,117). Sum of RGB (Red+Green+Blue) = 139+14+117=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E75 is #74F18A. Grayscale: #3E3E3E. Windows color (decimal): -7664011 or 7671435. OLE color: 7671435.

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

Color convert

RGB13914117-
CMYK00.900.160.45
HSL310.56º81.7%30%-
HSV(B)310.56º89.93%54.51%-
XYZ14.027.0917.46-
YUV63.12158.41182.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=51.48%
G=5.19%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391411700.900.160.45310.5681.730
Hex8BE7505A102D137521e
Octal213161650132205546712236
Binary10001011111011101010101101010000101101100110111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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