#8B0F80

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

Shades of Dark Purple #8B0F80

Tints of Dark Purple #8B0F80

Color information

#8B0F80 (or 0x8B0F80) is unknown color: approx Dark Purple. HEX triplet: 8B, 0F and 80. RGB value is (139,15,128). Sum of RGB (Red+Green+Blue) = 139+15+128=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0F80 is #74F07F. Grayscale: #404040. Windows color (decimal): -7663744 or 8392587. OLE color: 8392587.

HSL color Cylindrical-coordinate representation of color #8B0F80: hue angle of 305.32º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F80 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB13915128-
CMYK00.890.080.45
HSL305.32º80.52%30.2%-
HSV(B)305.32º89.21%54.51%-
XYZ14.717.3921.07-
YUV64.96163.58180.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 15 (6.25% from 255) = 5.32%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=49.29%
G=5.32%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391512800.890.080.45305.3280.5230.2
Hex8BF8005982D131511e
Octal213172000131105546112136
Binary10001011111110000000010110011000101101100110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,15,128); }

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

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

 a { background-color: rgb(139,15,128); }

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

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

 span { border-color: rgb(139,15,128); }

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