Html Css Color HEX #881599 Dark Magenta

📋 copy color: '#881599'

red 136 ◦ green 21 ◦ blue 153

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

Shades of Dark Magenta #881599

Tints of Dark Magenta #881599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

 BLUE value IS 153 (60.16% from 255) = 49.35%

R = 43.87%
G = 6.77%
B = 49.35%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#881599 (or 0x881599) is known color: Dark Magenta. HEX triplet: 88, 15 and 99. RGB value is (136,21,153). Sum of RGB (Red+Green+Blue) = 136+21+153=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #881599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881599 is #77EA66. Grayscale: #464646. Windows color (decimal): -7858791 or 10032520. OLE color: 10032520.

HSL color Cylindrical-coordinate representation of color #881599: hue angle of 292.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881599 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 21 153 -
CMYK 0.11 0.86 0 0.4
HSL 292.27º 0.76% 0.34% -
HSV(B) 292.27º 0.86% 0.6% -
XYZ 16.17 8.07 30.84 -
YUV 70.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 136 21 153 0.11 0.86 0 0.4 292.27 0.76 0.34
Hex 88 15 99 B 56 0 28 124 4C 22
Octal 210 25 231 13 126 0 50 444 114 42
Binary 10001000 10101 10011001 1011 1010110 0 101000 100100100 1001100 100010

Color Harmonies of #881599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881599

Black with #881599

Text Example


Text Example

White with #881599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881599; }

 p { color: rgb(136,21,153); }

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

background-color css

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

 a { background-color: rgb(136,21,153); }

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

border-color css

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

 span { border-color: rgb(136,21,153); }

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