#882186

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

Shades of Dark Purple #882186

Tints of Dark Purple #882186

Color information

#882186 (or 0x882186) is unknown color: approx Dark Purple. HEX triplet: 88, 21 and 86. RGB value is (136,33,134). Sum of RGB (Red+Green+Blue) = 136+33+134=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #882186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882186 is #77DE79. Grayscale: #4B4B4B. Windows color (decimal): -7855738 or 8790408. OLE color: 8790408.

HSL color Cylindrical-coordinate representation of color #882186: hue angle of 301.17º 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 #882186 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13633134-
CMYK00.760.010.47
HSL301.17º60.95%33.14%-
HSV(B)301.17º75.74%53.33%-
XYZ158.0423.32-
YUV75.31161.12171.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=44.88%
G=10.89%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363313400.760.010.47301.1760.9533.14
Hex88218604C12F12d3d21
Octal2104120601141574557541
Binary1000100010000110000110010011001101111100101101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882186; }

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

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

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

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

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

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

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

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