#883780

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

Shades of Dark Purple #883780

Tints of Dark Purple #883780

Color information

#883780 (or 0x883780) is unknown color: approx Dark Purple. HEX triplet: 88, 37 and 80. RGB value is (136,55,128). Sum of RGB (Red+Green+Blue) = 136+55+128=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #883780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883780 is #77C87F. Grayscale: #575757. Windows color (decimal): -7850112 or 8402824. OLE color: 8402824.

HSL color Cylindrical-coordinate representation of color #883780: hue angle of 305.93º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883780 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13655128-
CMYK00.600.060.47
HSL305.93º42.41%37.45%-
HSV(B)305.93º59.56%53.33%-
XYZ15.429.5321.45-
YUV87.54150.84162.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=42.63%
G=17.24%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365512800.600.060.47305.9342.4137.45
Hex88378003C62F1322a25
Octal210672000746574625245
Binary10001000110111100000000111100110101111100110010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883780; }

 p { color: rgb(136,55,128); }

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

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

 a { background-color: rgb(136,55,128); }

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

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

 span { border-color: rgb(136,55,128); }

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