#882166

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

Shades of Dark Purple #882166

Tints of Dark Purple #882166

Color information

#882166 (or 0x882166) is unknown color: approx Dark Purple. HEX triplet: 88, 21 and 66. RGB value is (136,33,102). Sum of RGB (Red+Green+Blue) = 136+33+102=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #882166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882166 is #77DE99. Grayscale: #474747. Windows color (decimal): -7855770 or 6693256. OLE color: 6693256.

HSL color Cylindrical-coordinate representation of color #882166: hue angle of 319.81º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882166 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13633102-
CMYK00.760.250.47
HSL319.81º60.95%33.14%-
HSV(B)319.81º75.74%53.33%-
XYZ13.17.2813.29-
YUV71.66145.12173.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=50.18%
G=12.18%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363310200.760.250.47319.8160.9533.14
Hex88216604C192F1403d21
Octal21041146011431575007541
Binary1000100010000111001100100110011001101111101000000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882166; }

 p { color: rgb(136,33,102); }

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

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

 a { background-color: rgb(136,33,102); }

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

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

 span { border-color: rgb(136,33,102); }

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