#88317D

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

Shades of Dark Purple #88317D

Tints of Dark Purple #88317D

Color information

#88317D (or 0x88317D) is unknown color: approx Dark Purple. HEX triplet: 88, 31 and 7D. RGB value is (136,49,125). Sum of RGB (Red+Green+Blue) = 136+49+125=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88317D is #77CE82. Grayscale: #535353. Windows color (decimal): -7851651 or 8204680. OLE color: 8204680.

HSL color Cylindrical-coordinate representation of color #88317D: hue angle of 307.59º 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 #88317D is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13649125-
CMYK00.640.080.47
HSL307.59º47.03%36.27%-
HSV(B)307.59º63.97%53.33%-
XYZ14.958.9120.33-
YUV83.68151.32165.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=43.87%
G=15.81%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364912500.640.080.47307.5947.0336.27
Hex88317D04082F1342f24
Octal21061175010010574645744
Binary100010001100011111101010000001000101111100110100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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