#881663

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

Shades of Dark Purple #881663

Tints of Dark Purple #881663

Color information

#881663 (or 0x881663) is unknown color: approx Dark Purple. HEX triplet: 88, 16 and 63. RGB value is (136,22,99). Sum of RGB (Red+Green+Blue) = 136+22+99=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #881663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881663 is #77E99C. Grayscale: #404040. Windows color (decimal): -7858589 or 6493832. OLE color: 6493832.

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

Color convert

RGB1362299-
CMYK00.840.270.47
HSL319.47º72.15%30.98%-
HSV(B)319.47º83.82%53.33%-
XYZ12.696.7112.43-
YUV64.86147.27178.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=52.92%
G=8.56%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136229900.840.270.47319.4772.1530.98
Hex8816630541B2F13f481f
Octal210261430124335747711037
Binary100010001011011000110101010011011101111100111111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881663; }

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

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

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

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

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

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

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

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