#882089

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

Shades of Dark Purple #882089

Tints of Dark Purple #882089

Color information

#882089 (or 0x882089) is unknown color: approx Dark Purple. HEX triplet: 88, 20 and 89. RGB value is (136,32,137). Sum of RGB (Red+Green+Blue) = 136+32+137=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #882089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882089 is #77DF76. Grayscale: #4A4A4A. Windows color (decimal): -7855991 or 8986760. OLE color: 8986760.

HSL color Cylindrical-coordinate representation of color #882089: hue angle of 299.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882089 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13632137-
CMYK0.010.7700.46
HSL299.43º62.13%33.14%-
HSV(B)299.43º76.64%53.73%-
XYZ15.198.0724.42-
YUV75.07162.96171.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=44.59%
G=10.49%
B=44.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136321370.010.7700.46299.4362.1333.14
Hex88208914D02E12b3e21
Octal2104021111150564537641
Binary1000100010000010001001110011010101110100101011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882089; }

 p { color: rgb(136,32,137); }

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

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

 a { background-color: rgb(136,32,137); }

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

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

 span { border-color: rgb(136,32,137); }

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