#8B0C73

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

Shades of Dark Purple #8B0C73

Tints of Dark Purple #8B0C73

Color information

#8B0C73 (or 0x8B0C73) is unknown color: approx Dark Purple. HEX triplet: 8B, 0C and 73. RGB value is (139,12,115). Sum of RGB (Red+Green+Blue) = 139+12+115=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C73 is #74F38C. Grayscale: #3D3D3D. Windows color (decimal): -7664525 or 7539851. OLE color: 7539851.

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

Color convert

RGB13912115-
CMYK00.910.170.45
HSL311.34º84.11%29.61%-
HSV(B)311.34º91.37%54.51%-
XYZ13.876.9916.84-
YUV61.72158.08183.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 12 (5.08% from 255) = 4.51%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=52.26%
G=4.51%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391211500.910.170.45311.3484.1129.61
Hex8BC7305B112D137541e
Octal213141630133215546712436
Binary10001011110011100110101101110001101101100110111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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