#883978

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

Shades of Dark Purple #883978

Tints of Dark Purple #883978

Color information

#883978 (or 0x883978) is unknown color: approx Dark Purple. HEX triplet: 88, 39 and 78. RGB value is (136,57,120). Sum of RGB (Red+Green+Blue) = 136+57+120=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #883978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883978 is #77C687. Grayscale: #575757. Windows color (decimal): -7849608 or 7879048. OLE color: 7879048.

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

Color convert

RGB13657120-
CMYK00.580.120.47
HSL312.15º40.93%37.84%-
HSV(B)312.15º58.09%53.33%-
XYZ15.019.5218.82-
YUV87.8146.17162.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=43.45%
G=18.21%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365712000.580.120.47312.1540.9337.84
Hex88397803AC2F1382926
Octal2107117007214574705146
Binary10001000111001111100001110101100101111100111000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883978; }

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

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

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

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

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

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

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

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