#88197C

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

Shades of Dark Purple #88197C

Tints of Dark Purple #88197C

Color information

#88197C (or 0x88197C) is unknown color: approx Dark Purple. HEX triplet: 88, 19 and 7C. RGB value is (136,25,124). Sum of RGB (Red+Green+Blue) = 136+25+124=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88197C is #77E683. Grayscale: #454545. Windows color (decimal): -7857796 or 8133000. OLE color: 8133000.

HSL color Cylindrical-coordinate representation of color #88197C: hue angle of 306.49º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88197C is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13625124-
CMYK00.820.090.47
HSL306.49º68.94%31.57%-
HSV(B)306.49º81.62%53.33%-
XYZ14.147.3819.75-
YUV69.47158.77175.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 25 (10.16% from 255) = 8.77%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=47.72%
G=8.77%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362512400.820.090.47306.4968.9431.57
Hex88197C05292F1324520
Octal210311740122115746210540
Binary100010001100111111000101001010011011111001100101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88197C; }

 p { color: rgb(136,25,124); }

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

<style>
 a { background-color: #88197C; }

 a { background-color: rgb(136,25,124); }

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

<style>
 span { border-color: #88197C; }

 span { border-color: rgb(136,25,124); }

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