#88198A

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

Shades of Dark Purple #88198A

Tints of Dark Purple #88198A

Color information

#88198A (or 0x88198A) is unknown color: approx Dark Purple. HEX triplet: 88, 19 and 8A. RGB value is (136,25,138). Sum of RGB (Red+Green+Blue) = 136+25+138=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #88198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88198A is #77E675. Grayscale: #464646. Windows color (decimal): -7857782 or 9050504. OLE color: 9050504.

HSL color Cylindrical-coordinate representation of color #88198A: hue angle of 298.94º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88198A is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13625138-
CMYK0.010.8200.46
HSL298.94º69.33%31.96%-
HSV(B)298.94º81.88%54.12%-
XYZ15.097.7624.75-
YUV71.07165.77174.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 25 (10.16% from 255) = 8.36%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=45.48%
G=8.36%
B=46.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136251380.010.8200.46298.9469.3331.96
Hex88198A15202E12b4520
Octal21031212112205645310540
Binary1000100011001100010101101001001011101001010111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88198A; }

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

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

<style>
 a { background-color: #88198A; }

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

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

<style>
 span { border-color: #88198A; }

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

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