Html Css Color HEX #88178B Dark Magenta

📋 copy color: '#88178B'

red 136 ◦ green 23 ◦ blue 139

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

Shades of Dark Magenta #88178B

Tints of Dark Magenta #88178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

 BLUE value IS 139 (54.69% from 255) = 46.64%

R = 45.64%
G = 7.72%
B = 46.64%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88178B (or 0x88178B) is known color: Dark Magenta. HEX triplet: 88, 17 and 8B. RGB value is (136,23,139). Sum of RGB (Red+Green+Blue) = 136+23+139=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #88178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88178B is #77E874. Grayscale: #454545. Windows color (decimal): -7858293 or 9115528. OLE color: 9115528.

HSL color Cylindrical-coordinate representation of color #88178B: hue angle of 298.45º degrees, saturation: 0.72, 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 #88178B is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 23 139 -
CMYK 0.02 0.83 0 0.45
HSL 298.45º 0.72% 0.32% -
HSV(B) 298.45º 0.83% 0.55% -
XYZ 15.12 7.71 25.12 -
YUV 70.01 166.94 175.07 -
System Red Green Blue C M Y K H S L
Decimal 136 23 139 0.02 0.83 0 0.45 298.45 0.72 0.32
Hex 88 17 8B 2 53 0 2D 12A 48 20
Octal 210 27 213 2 123 0 55 452 110 40
Binary 10001000 10111 10001011 10 1010011 0 101101 100101010 1001000 100000

Color Harmonies of #88178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88178B

Black with #88178B

Text Example


Text Example

White with #88178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88178B; }

 p { color: rgb(136,23,139); }

 H1.HeaderClassName
 {
   color: #88178B;
 }
 .AnyTagClassName
 {
   color: #88178B;
 }
</style>

background-color css

<style>
 a { background-color: #88178B; }

 a { background-color: rgb(136,23,139); }

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

border-color css

<style>
 span { border-color: #88178B; }

 span { border-color: rgb(136,23,139); }

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