Html Css Color HEX #88149D Dark Magenta

📋 copy color: '#88149D'

red 136 ◦ green 20 ◦ blue 157

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

Shades of Dark Magenta #88149D

Tints of Dark Magenta #88149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 43.45%
G = 6.39%
B = 50.16%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88149D (or 0x88149D) is known color: Dark Magenta. HEX triplet: 88, 14 and 9D. RGB value is (136,20,157). Sum of RGB (Red+Green+Blue) = 136+20+157=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #88149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88149D is #77EB62. Grayscale: #454545. Windows color (decimal): -7859043 or 10294408. OLE color: 10294408.

HSL color Cylindrical-coordinate representation of color #88149D: hue angle of 290.8º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88149D is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 20 157 -
CMYK 0.13 0.87 0 0.38
HSL 290.8º 0.77% 0.35% -
HSV(B) 290.8º 0.87% 0.62% -
XYZ 16.49 8.17 32.61 -
YUV 70.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 136 20 157 0.13 0.87 0 0.38 290.8 0.77 0.35
Hex 88 14 9D D 57 0 26 123 4D 23
Octal 210 24 235 15 127 0 46 443 115 43
Binary 10001000 10100 10011101 1101 1010111 0 100110 100100011 1001101 100011

Color Harmonies of #88149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88149D

Black with #88149D

Text Example


Text Example

White with #88149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,20,157); }

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

background-color css

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

 a { background-color: rgb(136,20,157); }

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

border-color css

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

 span { border-color: rgb(136,20,157); }

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