Html Css Color HEX #881998 Dark Magenta

📋 copy color: '#881998'

red 136 ◦ green 25 ◦ blue 152

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

Shades of Dark Magenta #881998

Tints of Dark Magenta #881998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

 BLUE value IS 152 (59.77% from 255) = 48.56%

R = 43.45%
G = 7.99%
B = 48.56%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#881998 (or 0x881998) is known color: Dark Magenta. HEX triplet: 88, 19 and 98. RGB value is (136,25,152). Sum of RGB (Red+Green+Blue) = 136+25+152=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #881998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881998 is #77E667. Grayscale: #484848. Windows color (decimal): -7857768 or 9968008. OLE color: 9968008.

HSL color Cylindrical-coordinate representation of color #881998: hue angle of 292.44º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881998 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 25 152 -
CMYK 0.11 0.84 0 0.40
HSL 292.44º 0.72% 0.35% -
HSV(B) 292.44º 0.84% 0.6% -
XYZ 16.17 8.2 30.44 -
YUV 72.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 136 25 152 0.11 0.84 0 0.40 292.44 0.72 0.35
Hex 88 19 98 B 54 0 28 124 48 23
Octal 210 31 230 13 124 0 50 444 110 43
Binary 10001000 11001 10011000 1011 1010100 0 101000 100100100 1001000 100011

Color Harmonies of #881998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881998

Black with #881998

Text Example


Text Example

White with #881998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881998; }

 p { color: rgb(136,25,152); }

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

background-color css

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

 a { background-color: rgb(136,25,152); }

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

border-color css

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

 span { border-color: rgb(136,25,152); }

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