#881684

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

Shades of Dark Purple #881684

Tints of Dark Purple #881684

Color information

#881684 (or 0x881684) is unknown color: approx Dark Purple. HEX triplet: 88, 16 and 84. RGB value is (136,22,132). Sum of RGB (Red+Green+Blue) = 136+22+132=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #881684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881684 is #77E97B. Grayscale: #444444. Windows color (decimal): -7858556 or 8656520. OLE color: 8656520.

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

Color convert

RGB13622132-
CMYK00.840.030.47
HSL302.11º72.15%30.98%-
HSV(B)302.11º83.82%53.33%-
XYZ14.617.4722.5-
YUV68.63163.77176.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 22 (8.98% from 255) = 7.59%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=46.90%
G=7.59%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362213200.840.030.47302.1172.1530.98
Hex88168405432F12e481f
Octal21026204012435745611037
Binary1000100010110100001000101010011101111100101110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881684; }

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

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

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

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

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

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

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

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