#882288

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

Shades of Dark Purple #882288

Tints of Dark Purple #882288

Color information

#882288 (or 0x882288) is unknown color: approx Dark Purple. HEX triplet: 88, 22 and 88. RGB value is (136,34,136). Sum of RGB (Red+Green+Blue) = 136+34+136=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #882288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882288 is #77DD77. Grayscale: #4B4B4B. Windows color (decimal): -7855480 or 8921736. OLE color: 8921736.

HSL color Cylindrical-coordinate representation of color #882288: hue angle of 300º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882288 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13634136-
CMYK00.7500.47
HSL300º60%33.33%-
HSV(B)300º75%53.33%-
XYZ15.178.1624.07-
YUV76.13161.79170.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=44.44%
G=11.11%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363413600.7500.473006033.33
Hex88228804B02F12c3c21
Octal2104221001130574547441
Binary1000100010001010001000010010110101111100101100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882288; }

 p { color: rgb(136,34,136); }

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

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

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

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

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

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

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