#882284

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

Shades of Dark Purple #882284

Tints of Dark Purple #882284

Color information

#882284 (or 0x882284) is unknown color: approx Dark Purple. HEX triplet: 88, 22 and 84. RGB value is (136,34,132). Sum of RGB (Red+Green+Blue) = 136+34+132=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #882284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882284 is #77DD7B. Grayscale: #4B4B4B. Windows color (decimal): -7855484 or 8659592. OLE color: 8659592.

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

Color convert

RGB13634132-
CMYK00.750.030.47
HSL302.35º60%33.33%-
HSV(B)302.35º75%53.33%-
XYZ14.898.0422.6-
YUV75.67159.79171.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 34 (13.67% from 255) = 11.26%
BLUE value IS 132 (51.95% from 255) = 43.71%
R=45.03%
G=11.26%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363413200.750.030.47302.356033.33
Hex88228404B32F12e3c21
Octal2104220401133574567441
Binary10001000100010100001000100101111101111100101110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882284; }

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

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

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

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

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

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

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

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