#88198D

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

Shades of Dark Magenta #88198D

Tints of Dark Magenta #88198D

Color information

#88198D (or 0x88198D) is unknown color: approx Dark Magenta. HEX triplet: 88, 19 and 8D. RGB value is (136,25,141). Sum of RGB (Red+Green+Blue) = 136+25+141=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #88198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88198D is #77E672. Grayscale: #474747. Windows color (decimal): -7857779 or 9247112. OLE color: 9247112.

HSL color Cylindrical-coordinate representation of color #88198D: hue angle of 297.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88198D is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13625141-
CMYK0.040.8200.45
HSL297.41º69.88%32.55%-
HSV(B)297.41º82.27%55.29%-
XYZ15.317.8525.91-
YUV71.41167.27174.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 25 (10.16% from 255) = 8.28%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=45.03%
G=8.28%
B=46.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136251410.040.8200.45297.4169.8832.55
Hex88198D45202D1294621
Octal21031215412205545110641
Binary100010001100110001101100101001001011011001010011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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