Html Css Color HEX #881695 Dark Magenta

📋 copy color: '#881695'

red 136 ◦ green 22 ◦ blue 149

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

Shades of Dark Magenta #881695

Tints of Dark Magenta #881695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 44.3%
G = 7.17%
B = 48.53%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#881695 (or 0x881695) is known color: Dark Magenta. HEX triplet: 88, 16 and 95. RGB value is (136,22,149). Sum of RGB (Red+Green+Blue) = 136+22+149=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #881695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881695 is #77E96A. Grayscale: #464646. Windows color (decimal): -7858539 or 9770632. OLE color: 9770632.

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

Color convert

RGB 136 22 149 -
CMYK 0.09 0.85 0 0.42
HSL 293.86º 0.74% 0.34% -
HSV(B) 293.86º 0.85% 0.58% -
XYZ 15.87 7.98 29.14 -
YUV 70.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 136 22 149 0.09 0.85 0 0.42 293.86 0.74 0.34
Hex 88 16 95 9 55 0 2A 126 4A 22
Octal 210 26 225 11 125 0 52 446 112 42
Binary 10001000 10110 10010101 1001 1010101 0 101010 100100110 1001010 100010

Color Harmonies of #881695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881695

Black with #881695

Text Example


Text Example

White with #881695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881695; }

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

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

background-color css

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

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

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

border-color css

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

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

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