#88377E

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

Shades of Dark Purple #88377E

Tints of Dark Purple #88377E

Color information

#88377E (or 0x88377E) is unknown color: approx Dark Purple. HEX triplet: 88, 37 and 7E. RGB value is (136,55,126). Sum of RGB (Red+Green+Blue) = 136+55+126=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #88377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88377E is #77C881. Grayscale: #575757. Windows color (decimal): -7850114 or 8271752. OLE color: 8271752.

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

Color convert

RGB13655126-
CMYK00.600.070.47
HSL307.41º42.41%37.45%-
HSV(B)307.41º59.56%53.33%-
XYZ15.299.4720.76-
YUV87.31149.84162.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=42.90%
G=17.35%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365512600.600.070.47307.4142.4137.45
Hex88377E03C72F1332a25
Octal210671760747574635245
Binary1000100011011111111100111100111101111100110011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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