Html Css Color HEX #88189F Dark Magenta

📋 copy color: '#88189F'

red 136 ◦ green 24 ◦ blue 159

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

Shades of Dark Magenta #88189F

Tints of Dark Magenta #88189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 42.63%
G = 7.52%
B = 49.84%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88189F (or 0x88189F) is known color: Dark Magenta. HEX triplet: 88, 18 and 9F. RGB value is (136,24,159). Sum of RGB (Red+Green+Blue) = 136+24+159=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #88189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88189F is #77E760. Grayscale: #484848. Windows color (decimal): -7858017 or 10426504. OLE color: 10426504.

HSL color Cylindrical-coordinate representation of color #88189F: hue angle of 289.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88189F is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 24 159 -
CMYK 0.14 0.85 0 0.38
HSL 289.78º 0.74% 0.36% -
HSV(B) 289.78º 0.85% 0.62% -
XYZ 16.74 8.39 33.54 -
YUV 72.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 136 24 159 0.14 0.85 0 0.38 289.78 0.74 0.36
Hex 88 18 9F E 55 0 26 122 4A 24
Octal 210 30 237 16 125 0 46 442 112 44
Binary 10001000 11000 10011111 1110 1010101 0 100110 100100010 1001010 100100

Color Harmonies of #88189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88189F

Black with #88189F

Text Example


Text Example

White with #88189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88189F; }

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

 H1.HeaderClassName
 {
   color: #88189F;
 }
 .AnyTagClassName
 {
   color: #88189F;
 }
</style>

background-color css

<style>
 a { background-color: #88189F; }

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

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

border-color css

<style>
 span { border-color: #88189F; }

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

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