Html Css Color HEX #88198D Dark Magenta

📋 copy color: '#88198D'

red 136 ◦ green 25 ◦ blue 141

#88198D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #88198D

Tints of Dark Magenta #88198D

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 value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88198D (or 0x88198D) is known color: 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

RGB 136 25 141 -
CMYK 0.04 0.82 0 0.45
HSL 297.41º 0.7% 0.33% -
HSV(B) 297.41º 0.82% 0.55% -
XYZ 15.31 7.85 25.91 -
YUV 71.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 136 25 141 0.04 0.82 0 0.45 297.41 0.7 0.33
Hex 88 19 8D 4 52 0 2D 129 46 21
Octal 210 31 215 4 122 0 55 451 106 41
Binary 10001000 11001 10001101 100 1010010 0 101101 100101001 1000110 100001

Color Harmonies of #88198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88198D

Black with #88198D

Text Example


Text Example

White with #88198D

Text Example


Text Example

HTML Codes & Css Web 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>