#881669

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

Shades of Dark Purple #881669

Tints of Dark Purple #881669

Color information

#881669 (or 0x881669) is unknown color: approx Dark Purple. HEX triplet: 88, 16 and 69. RGB value is (136,22,105). Sum of RGB (Red+Green+Blue) = 136+22+105=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #881669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881669 is #77E996. Grayscale: #414141. Windows color (decimal): -7858583 or 6887048. OLE color: 6887048.

HSL color Cylindrical-coordinate representation of color #881669: hue angle of 316.32º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881669 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13622105-
CMYK00.840.230.47
HSL316.32º72.15%30.98%-
HSV(B)316.32º83.82%53.33%-
XYZ12.996.8314-
YUV65.55150.27178.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=51.71%
G=8.37%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362210500.840.230.47316.3272.1530.98
Hex881669054172F13c481f
Octal210261510124275747411037
Binary100010001011011010010101010010111101111100111100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881669; }

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

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

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

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

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

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

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

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