#882784

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

Shades of Dark Purple #882784

Tints of Dark Purple #882784

Color information

#882784 (or 0x882784) is unknown color: approx Dark Purple. HEX triplet: 88, 27 and 84. RGB value is (136,39,132). Sum of RGB (Red+Green+Blue) = 136+39+132=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #882784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882784 is #77D87B. Grayscale: #4E4E4E. Windows color (decimal): -7854204 or 8660872. OLE color: 8660872.

HSL color Cylindrical-coordinate representation of color #882784: hue angle of 302.47º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882784 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13639132-
CMYK00.710.030.47
HSL302.47º55.43%34.31%-
HSV(B)302.47º71.32%53.33%-
XYZ15.048.3522.65-
YUV78.6158.14168.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=44.30%
G=12.70%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363913200.710.030.47302.4755.4334.31
Hex88278404732F12e3722
Octal2104720401073574566742
Binary10001000100111100001000100011111101111100101110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882784; }

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

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

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

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

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

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

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

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