#88377C

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

Shades of Dark Purple #88377C

Tints of Dark Purple #88377C

Color information

#88377C (or 0x88377C) is unknown color: approx Dark Purple. HEX triplet: 88, 37 and 7C. RGB value is (136,55,124). Sum of RGB (Red+Green+Blue) = 136+55+124=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88377C is #77C883. Grayscale: #565656. Windows color (decimal): -7850116 or 8140680. OLE color: 8140680.

HSL color Cylindrical-coordinate representation of color #88377C: hue angle of 308.89º 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 #88377C is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13655124-
CMYK00.600.090.47
HSL308.89º42.41%37.45%-
HSV(B)308.89º59.56%53.33%-
XYZ15.169.4220.09-
YUV87.08148.84162.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=43.17%
G=17.46%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365512400.600.090.47308.8942.4137.45
Hex88377C03C92F1352a25
Octal2106717407411574655245
Binary10001000110111111110001111001001101111100110101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88377C; }

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

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

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

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

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

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

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

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