#821166

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

Shades of Dark Purple #821166

Tints of Dark Purple #821166

Color information

#821166 (or 0x821166) is unknown color: approx Dark Purple. HEX triplet: 82, 11 and 66. RGB value is (130,17,102). Sum of RGB (Red+Green+Blue) = 130+17+102=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #821166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821166 is #7DEE99. Grayscale: #3C3C3C. Windows color (decimal): -8253082 or 6689154. OLE color: 6689154.

HSL color Cylindrical-coordinate representation of color #821166: hue angle of 314.87º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821166 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13017102-
CMYK00.870.220.49
HSL314.87º76.87%28.82%-
HSV(B)314.87º86.92%50.98%-
XYZ11.86.1113.13-
YUV60.48151.44177.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=52.21%
G=6.83%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301710200.870.220.49314.8776.8728.82
Hex821166057163113b4d1d
Octal202211460127266147311535
Binary100000101000111001100101011110110110001100111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821166; }

 p { color: rgb(130,17,102); }

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

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

 a { background-color: rgb(130,17,102); }

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

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

 span { border-color: rgb(130,17,102); }

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