Html Css Color HEX #881395 Dark Magenta

📋 copy color: '#881395'

red 136 ◦ green 19 ◦ blue 149

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

Shades of Dark Magenta #881395

Tints of Dark Magenta #881395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

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

R = 44.74%
G = 6.25%
B = 49.01%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#881395 (or 0x881395) is known color: Dark Magenta. HEX triplet: 88, 13 and 95. RGB value is (136,19,149). Sum of RGB (Red+Green+Blue) = 136+19+149=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #881395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881395 is #77EC6A. Grayscale: #444444. Windows color (decimal): -7859307 or 9769864. OLE color: 9769864.

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

Color convert

RGB 136 19 149 -
CMYK 0.09 0.87 0 0.42
HSL 294º 0.77% 0.33% -
HSV(B) 294º 0.87% 0.58% -
XYZ 15.81 7.87 29.12 -
YUV 68.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 136 19 149 0.09 0.87 0 0.42 294 0.77 0.33
Hex 88 13 95 9 57 0 2A 126 4D 21
Octal 210 23 225 11 127 0 52 446 115 41
Binary 10001000 10011 10010101 1001 1010111 0 101010 100100110 1001101 100001

Color Harmonies of #881395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881395

Black with #881395

Text Example


Text Example

White with #881395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881395; }

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

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

background-color css

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

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

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

border-color css

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

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

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