#88397D

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

Shades of Dark Purple #88397D

Tints of Dark Purple #88397D

Color information

#88397D (or 0x88397D) is unknown color: approx Dark Purple. HEX triplet: 88, 39 and 7D. RGB value is (136,57,125). Sum of RGB (Red+Green+Blue) = 136+57+125=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #88397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88397D is #77C682. Grayscale: #585858. Windows color (decimal): -7849603 or 8206728. OLE color: 8206728.

HSL color Cylindrical-coordinate representation of color #88397D: hue angle of 308.35º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88397D is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13657125-
CMYK00.580.080.47
HSL308.35º40.93%37.84%-
HSV(B)308.35º58.09%53.33%-
XYZ15.329.6420.46-
YUV88.37148.67161.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=42.77%
G=17.92%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365712500.580.080.47308.3540.9337.84
Hex88397D03A82F1342926
Octal2107117507210574645146
Binary10001000111001111110101110101000101111100110100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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