#8B1170

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

Shades of Dark Purple #8B1170

Tints of Dark Purple #8B1170

Color information

#8B1170 (or 0x8B1170) is unknown color: approx Dark Purple. HEX triplet: 8B, 11 and 70. RGB value is (139,17,112). Sum of RGB (Red+Green+Blue) = 139+17+112=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1170 is #74EE8F. Grayscale: #404040. Windows color (decimal): -7663248 or 7344523. OLE color: 7344523.

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

Color convert

RGB13917112-
CMYK00.880.190.45
HSL313.28º78.21%30.59%-
HSV(B)313.28º87.77%54.51%-
XYZ13.777.0615.97-
YUV64.31154.92181.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=51.87%
G=6.34%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391711200.880.190.45313.2878.2130.59
Hex8B1170058132D1394e1f
Octal213211600130235547111637
Binary100010111000111100000101100010011101101100111001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,17,112); }

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

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

 a { background-color: rgb(139,17,112); }

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

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

 span { border-color: rgb(139,17,112); }

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