#8B1174

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

Shades of Dark Purple #8B1174

Tints of Dark Purple #8B1174

Color information

#8B1174 (or 0x8B1174) is unknown color: approx Dark Purple. HEX triplet: 8B, 11 and 74. RGB value is (139,17,116). Sum of RGB (Red+Green+Blue) = 139+17+116=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1174 is #74EE8B. Grayscale: #404040. Windows color (decimal): -7663244 or 7606667. OLE color: 7606667.

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

Color convert

RGB13917116-
CMYK00.880.170.45
HSL311.31º78.21%30.59%-
HSV(B)311.31º87.77%54.51%-
XYZ147.1517.17-
YUV64.76156.92180.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 17 (7.03% from 255) = 6.25%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=51.10%
G=6.25%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391711600.880.170.45311.3178.2130.59
Hex8B1174058112D1374e1f
Octal213211640130215546711637
Binary100010111000111101000101100010001101101100110111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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