Html Css Color HEX #88188D Dark Magenta

📋 copy color: '#88188D'

red 136 ◦ green 24 ◦ blue 141

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

Shades of Dark Magenta #88188D

Tints of Dark Magenta #88188D

RGB

 RED value IS 136 (53.52% from 255) = 45.18%

 GREEN value IS 24 (9.77% from 255) = 7.97%

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 45.18%
G = 7.97%
B = 46.84%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88188D (or 0x88188D) is known color: Dark Magenta. HEX triplet: 88, 18 and 8D. RGB value is (136,24,141). Sum of RGB (Red+Green+Blue) = 136+24+141=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #88188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88188D is #77E772. Grayscale: #464646. Windows color (decimal): -7858035 or 9246856. OLE color: 9246856.

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

Color convert

RGB 136 24 141 -
CMYK 0.04 0.83 0 0.45
HSL 297.44º 0.71% 0.32% -
HSV(B) 297.44º 0.83% 0.55% -
XYZ 15.29 7.81 25.9 -
YUV 70.83 167.61 174.49 -
System Red Green Blue C M Y K H S L
Decimal 136 24 141 0.04 0.83 0 0.45 297.44 0.71 0.32
Hex 88 18 8D 4 53 0 2D 129 47 20
Octal 210 30 215 4 123 0 55 451 107 40
Binary 10001000 11000 10001101 100 1010011 0 101101 100101001 1000111 100000

Color Harmonies of #88188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88188D

Black with #88188D

Text Example


Text Example

White with #88188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88188D;
 }
 .AnyTagClassName
 {
   color: #88188D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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