Html Css Color HEX #881095 Dark Magenta

📋 copy color: '#881095'

red 136 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #881095

Tints of Dark Magenta #881095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 45.18%
G = 5.32%
B = 49.5%

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

#881095 (or 0x881095) is known color: Dark Magenta. HEX triplet: 88, 10 and 95. RGB value is (136,16,149). Sum of RGB (Red+Green+Blue) = 136+16+149=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #881095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881095 is #77EF6A. Grayscale: #424242. Windows color (decimal): -7860075 or 9769096. OLE color: 9769096.

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

Color convert

RGB 136 16 149 -
CMYK 0.09 0.89 0 0.42
HSL 294.14º 0.81% 0.32% -
HSV(B) 294.14º 0.89% 0.58% -
XYZ 15.76 7.77 29.1 -
YUV 67.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 136 16 149 0.09 0.89 0 0.42 294.14 0.81 0.32
Hex 88 10 95 9 59 0 2A 126 51 20
Octal 210 20 225 11 131 0 52 446 121 40
Binary 10001000 10000 10010101 1001 1011001 0 101010 100100110 1010001 100000

Color Harmonies of #881095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881095

Black with #881095

Text Example


Text Example

White with #881095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881095; }

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

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

background-color css

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

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

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

border-color css

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

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

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