#882781

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

Shades of Dark Purple #882781

Tints of Dark Purple #882781

Color information

#882781 (or 0x882781) is unknown color: approx Dark Purple. HEX triplet: 88, 27 and 81. RGB value is (136,39,129). Sum of RGB (Red+Green+Blue) = 136+39+129=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #882781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882781 is #77D87E. Grayscale: #4E4E4E. Windows color (decimal): -7854207 or 8464264. OLE color: 8464264.

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

Color convert

RGB13639129-
CMYK00.710.050.47
HSL304.33º55.43%34.31%-
HSV(B)304.33º71.32%53.33%-
XYZ14.848.2721.58-
YUV78.26156.64169.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=44.74%
G=12.83%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363912900.710.050.47304.3355.4334.31
Hex88278104752F1303722
Octal2104720101075574606742
Binary100010001001111000000101000111101101111100110000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882781; }

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

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

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

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

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

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

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

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