#882169

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

Shades of Dark Purple #882169

Tints of Dark Purple #882169

Color information

#882169 (or 0x882169) is unknown color: approx Dark Purple. HEX triplet: 88, 21 and 69. RGB value is (136,33,105). Sum of RGB (Red+Green+Blue) = 136+33+105=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #882169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882169 is #77DE96. Grayscale: #474747. Windows color (decimal): -7855767 or 6889864. OLE color: 6889864.

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

Color convert

RGB13633105-
CMYK00.760.230.47
HSL318.06º60.95%33.14%-
HSV(B)318.06º75.74%53.33%-
XYZ13.257.3414.08-
YUV72146.62173.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 33 (13.28% from 255) = 12.04%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=49.64%
G=12.04%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363310500.760.230.47318.0660.9533.14
Hex88216904C172F13e3d21
Octal21041151011427574767541
Binary1000100010000111010010100110010111101111100111110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882169; }

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

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

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

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

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

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

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

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