Html Css Color HEX #88118A Dark Magenta

📋 copy color: '#88118A'

red 136 ◦ green 17 ◦ blue 138

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

Shades of Dark Magenta #88118A

Tints of Dark Magenta #88118A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

 BLUE value IS 138 (54.3% from 255) = 47.42%

R = 46.74%
G = 5.84%
B = 47.42%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#88118A (or 0x88118A) is known color: Dark Magenta. HEX triplet: 88, 11 and 8A. RGB value is (136,17,138). Sum of RGB (Red+Green+Blue) = 136+17+138=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #88118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88118A is #77EE75. Grayscale: #424242. Windows color (decimal): -7859830 or 9048456. OLE color: 9048456.

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

Color convert

RGB 136 17 138 -
CMYK 0.01 0.88 0 0.46
HSL 299.01º 0.78% 0.3% -
HSV(B) 299.01º 0.88% 0.54% -
XYZ 14.94 7.47 24.7 -
YUV 66.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 136 17 138 0.01 0.88 0 0.46 299.01 0.78 0.3
Hex 88 11 8A 1 58 0 2E 12B 4E 1E
Octal 210 21 212 1 130 0 56 453 116 36
Binary 10001000 10001 10001010 1 1011000 0 101110 100101011 1001110 11110

Color Harmonies of #88118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88118A

Black with #88118A

Text Example


Text Example

White with #88118A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88118A;
 }
 .AnyTagClassName
 {
   color: #88118A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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