#8B1076

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

Shades of Dark Purple #8B1076

Tints of Dark Purple #8B1076

Color information

#8B1076 (or 0x8B1076) is unknown color: approx Dark Purple. HEX triplet: 8B, 10 and 76. RGB value is (139,16,118). Sum of RGB (Red+Green+Blue) = 139+16+118=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1076 is #74EF89. Grayscale: #404040. Windows color (decimal): -7663498 or 7737483. OLE color: 7737483.

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

Color convert

RGB13916118-
CMYK00.880.150.45
HSL310.24º79.35%30.39%-
HSV(B)310.24º88.49%54.51%-
XYZ14.17.1717.78-
YUV64.4158.25181.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=50.92%
G=5.86%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391611800.880.150.45310.2479.3530.39
Hex8B1076058F2D1364f1e
Octal213201660130175546611736
Binary10001011100001110110010110001111101101100110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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