Html Css Color HEX #88168D Dark Magenta

📋 copy color: '#88168D'

red 136 ◦ green 22 ◦ blue 141

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

Shades of Dark Magenta #88168D

Tints of Dark Magenta #88168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.36%

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

R = 45.48%
G = 7.36%
B = 47.16%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88168D (or 0x88168D) is known color: Dark Magenta. HEX triplet: 88, 16 and 8D. RGB value is (136,22,141). Sum of RGB (Red+Green+Blue) = 136+22+141=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #88168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88168D is #77E972. Grayscale: #454545. Windows color (decimal): -7858547 or 9246344. OLE color: 9246344.

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

Color convert

RGB 136 22 141 -
CMYK 0.04 0.84 0 0.45
HSL 297.48º 0.73% 0.32% -
HSV(B) 297.48º 0.84% 0.55% -
XYZ 15.25 7.73 25.89 -
YUV 69.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 136 22 141 0.04 0.84 0 0.45 297.48 0.73 0.32
Hex 88 16 8D 4 54 0 2D 129 49 20
Octal 210 26 215 4 124 0 55 451 111 40
Binary 10001000 10110 10001101 100 1010100 0 101101 100101001 1001001 100000

Color Harmonies of #88168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88168D

Black with #88168D

Text Example


Text Example

White with #88168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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