Html Css Color HEX #881195 Dark Magenta

📋 copy color: '#881195'

red 136 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #881195

Tints of Dark Magenta #881195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.63%

 BLUE value IS 149 (58.59% from 255) = 49.34%

R = 45.03%
G = 5.63%
B = 49.34%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#881195 (or 0x881195) is known color: Dark Magenta. HEX triplet: 88, 11 and 95. RGB value is (136,17,149). Sum of RGB (Red+Green+Blue) = 136+17+149=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #881195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881195 is #77EE6A. Grayscale: #434343. Windows color (decimal): -7859819 or 9769352. OLE color: 9769352.

HSL color Cylindrical-coordinate representation of color #881195: hue angle of 294.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #881195 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 17 149 -
CMYK 0.09 0.89 0 0.42
HSL 294.09º 0.8% 0.33% -
HSV(B) 294.09º 0.89% 0.58% -
XYZ 15.78 7.81 29.11 -
YUV 67.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 136 17 149 0.09 0.89 0 0.42 294.09 0.8 0.33
Hex 88 11 95 9 59 0 2A 126 50 21
Octal 210 21 225 11 131 0 52 446 120 41
Binary 10001000 10001 10010101 1001 1011001 0 101010 100100110 1010000 100001

Color Harmonies of #881195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881195

Black with #881195

Text Example


Text Example

White with #881195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881195; }

 p { color: rgb(136,17,149); }

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

background-color css

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

 a { background-color: rgb(136,17,149); }

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

border-color css

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

 span { border-color: rgb(136,17,149); }

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