#88397E

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

Shades of Dark Purple #88397E

Tints of Dark Purple #88397E

Color information

#88397E (or 0x88397E) is unknown color: approx Dark Purple. HEX triplet: 88, 39 and 7E. RGB value is (136,57,126). Sum of RGB (Red+Green+Blue) = 136+57+126=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #88397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88397E is #77C681. Grayscale: #585858. Windows color (decimal): -7849602 or 8272264. OLE color: 8272264.

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

Color convert

RGB13657126-
CMYK00.580.070.47
HSL307.59º40.93%37.84%-
HSV(B)307.59º58.09%53.33%-
XYZ15.389.6720.79-
YUV88.49149.17161.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=42.63%
G=17.87%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365712600.580.070.47307.5940.9337.84
Hex88397E03A72F1342926
Octal210711760727574645146
Binary1000100011100111111100111010111101111100110100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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