#8B0A73

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

Shades of Dark Purple #8B0A73

Tints of Dark Purple #8B0A73

Color information

#8B0A73 (or 0x8B0A73) is unknown color: approx Dark Purple. HEX triplet: 8B, 0A and 73. RGB value is (139,10,115). Sum of RGB (Red+Green+Blue) = 139+10+115=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A73 is #74F58C. Grayscale: #3C3C3C. Windows color (decimal): -7665037 or 7539339. OLE color: 7539339.

HSL color Cylindrical-coordinate representation of color #8B0A73: hue angle of 311.16º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A73 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13910115-
CMYK00.930.170.45
HSL311.16º86.58%29.22%-
HSV(B)311.16º92.81%54.51%-
XYZ13.856.9416.83-
YUV60.54158.74183.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 10 (4.30% from 255) = 3.79%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=52.65%
G=3.79%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391011500.930.170.45311.1686.5829.22
Hex8BA7305D112D137571d
Octal213121630135215546712735
Binary10001011101011100110101110110001101101100110111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,10,115); }

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

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

 a { background-color: rgb(139,10,115); }

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

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

 span { border-color: rgb(139,10,115); }

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