#883879

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

Shades of Dark Purple #883879

Tints of Dark Purple #883879

Color information

#883879 (or 0x883879) is unknown color: approx Dark Purple. HEX triplet: 88, 38 and 79. RGB value is (136,56,121). Sum of RGB (Red+Green+Blue) = 136+56+121=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #883879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883879 is #77C786. Grayscale: #575757. Windows color (decimal): -7849863 or 7944328. OLE color: 7944328.

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

Color convert

RGB13656121-
CMYK00.590.110.47
HSL311.25º41.67%37.65%-
HSV(B)311.25º58.82%53.33%-
XYZ15.029.4419.12-
YUV87.33147162.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=43.45%
G=17.89%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365612100.590.110.47311.2541.6737.65
Hex88387903BB2F1372a26
Octal2107017107313574675246
Binary10001000111000111100101110111011101111100110111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883879; }

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

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

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

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

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

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

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

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