#883979

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

Shades of Dark Purple #883979

Tints of Dark Purple #883979

Color information

#883979 (or 0x883979) is unknown color: approx Dark Purple. HEX triplet: 88, 39 and 79. RGB value is (136,57,121). Sum of RGB (Red+Green+Blue) = 136+57+121=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #883979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883979 is #77C686. Grayscale: #575757. Windows color (decimal): -7849607 or 7944584. OLE color: 7944584.

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

Color convert

RGB13657121-
CMYK00.580.110.47
HSL311.39º40.93%37.84%-
HSV(B)311.39º58.09%53.33%-
XYZ15.079.5419.14-
YUV87.92146.67162.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=43.31%
G=18.15%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365712100.580.110.47311.3940.9337.84
Hex88397903AB2F1372926
Octal2107117107213574675146
Binary10001000111001111100101110101011101111100110111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883979; }

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

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

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

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

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

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

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

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