#882189

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

Shades of Dark Purple #882189

Tints of Dark Purple #882189

Color information

#882189 (or 0x882189) is unknown color: approx Dark Purple. HEX triplet: 88, 21 and 89. RGB value is (136,33,137). Sum of RGB (Red+Green+Blue) = 136+33+137=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #882189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882189 is #77DE76. Grayscale: #4B4B4B. Windows color (decimal): -7855735 or 8987016. OLE color: 8987016.

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

Color convert

RGB13633137-
CMYK0.010.7600.46
HSL299.42º61.18%33.33%-
HSV(B)299.42º75.91%53.73%-
XYZ15.218.1324.43-
YUV75.65162.62171.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=44.44%
G=10.78%
B=44.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136331370.010.7600.46299.4261.1833.33
Hex88218914C02E12b3d21
Octal2104121111140564537541
Binary1000100010000110001001110011000101110100101011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882189; }

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

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

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

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

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

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

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

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