#883877

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

Shades of Dark Purple #883877

Tints of Dark Purple #883877

Color information

#883877 (or 0x883877) is unknown color: approx Dark Purple. HEX triplet: 88, 38 and 77. RGB value is (136,56,119). Sum of RGB (Red+Green+Blue) = 136+56+119=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #883877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883877 is #77C788. Grayscale: #565656. Windows color (decimal): -7849865 or 7813256. OLE color: 7813256.

HSL color Cylindrical-coordinate representation of color #883877: hue angle of 312.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #883877 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13656119-
CMYK00.590.120.47
HSL312.75º41.67%37.65%-
HSV(B)312.75º58.82%53.33%-
XYZ14.99.3918.48-
YUV87.1146162.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=43.73%
G=18.01%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365611900.590.120.47312.7541.6737.65
Hex88387703BC2F1392a26
Octal2107016707314574715246
Binary10001000111000111011101110111100101111100111001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883877; }

 p { color: rgb(136,56,119); }

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

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

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

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

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

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

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