#8B1666

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

Shades of Dark Purple #8B1666

Tints of Dark Purple #8B1666

Color information

#8B1666 (or 0x8B1666) is unknown color: approx Dark Purple. HEX triplet: 8B, 16 and 66. RGB value is (139,22,102). Sum of RGB (Red+Green+Blue) = 139+22+102=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1666 is #74E999. Grayscale: #414141. Windows color (decimal): -7661978 or 6690443. OLE color: 6690443.

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

Color convert

RGB13922102-
CMYK00.840.270.45
HSL318.97º72.67%31.57%-
HSV(B)318.97º84.17%54.51%-
XYZ13.337.0213.22-
YUV66.1148.26180-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=52.85%
G=8.37%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392210200.840.270.45318.9772.6731.57
Hex8B16660541B2D13f4920
Octal213261460124335547711140
Binary1000101110110110011001010100110111011011001111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,102); }

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

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

 a { background-color: rgb(139,22,102); }

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

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

 span { border-color: rgb(139,22,102); }

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