#88317E

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

Shades of Dark Purple #88317E

Tints of Dark Purple #88317E

Color information

#88317E (or 0x88317E) is unknown color: approx Dark Purple. HEX triplet: 88, 31 and 7E. RGB value is (136,49,126). Sum of RGB (Red+Green+Blue) = 136+49+126=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88317E is #77CE81. Grayscale: #535353. Windows color (decimal): -7851650 or 8270216. OLE color: 8270216.

HSL color Cylindrical-coordinate representation of color #88317E: hue angle of 306.9º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88317E is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13649126-
CMYK00.640.070.47
HSL306.9º47.03%36.27%-
HSV(B)306.9º63.97%53.33%-
XYZ15.028.9420.67-
YUV83.79151.82165.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 126 (49.61% from 255) = 40.51%
R=43.73%
G=15.76%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364912600.640.070.47306.947.0336.27
Hex88317E04072F1332f24
Octal2106117601007574635744
Binary10001000110001111111001000000111101111100110011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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