#8B0C76

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

Shades of Dark Purple #8B0C76

Tints of Dark Purple #8B0C76

Color information

#8B0C76 (or 0x8B0C76) is unknown color: approx Dark Purple. HEX triplet: 8B, 0C and 76. RGB value is (139,12,118). Sum of RGB (Red+Green+Blue) = 139+12+118=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C76 is #74F389. Grayscale: #3D3D3D. Windows color (decimal): -7664522 or 7736459. OLE color: 7736459.

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

Color convert

RGB13912118-
CMYK00.910.150.45
HSL309.92º84.11%29.61%-
HSV(B)309.92º91.37%54.51%-
XYZ14.057.0617.76-
YUV62.06159.58182.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=51.67%
G=4.46%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391211800.910.150.45309.9284.1129.61
Hex8BC7605BF2D136541e
Octal213141660133175546612436
Binary1000101111001110110010110111111101101100110110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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