Html Css Color HEX #881795 Dark Magenta

📋 copy color: '#881795'

red 136 ◦ green 23 ◦ blue 149

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

Shades of Dark Magenta #881795

Tints of Dark Magenta #881795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

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

R = 44.16%
G = 7.47%
B = 48.38%

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

#881795 (or 0x881795) is known color: Dark Magenta. HEX triplet: 88, 17 and 95. RGB value is (136,23,149). Sum of RGB (Red+Green+Blue) = 136+23+149=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #881795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881795 is #77E86A. Grayscale: #464646. Windows color (decimal): -7858283 or 9770888. OLE color: 9770888.

HSL color Cylindrical-coordinate representation of color #881795: hue angle of 293.81º degrees, saturation: 0.73, 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 #881795 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 23 149 -
CMYK 0.09 0.85 0 0.42
HSL 293.81º 0.73% 0.34% -
HSV(B) 293.81º 0.85% 0.58% -
XYZ 15.88 8.02 29.14 -
YUV 71.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 136 23 149 0.09 0.85 0 0.42 293.81 0.73 0.34
Hex 88 17 95 9 55 0 2A 126 49 22
Octal 210 27 225 11 125 0 52 446 111 42
Binary 10001000 10111 10010101 1001 1010101 0 101010 100100110 1001001 100010

Color Harmonies of #881795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881795

Black with #881795

Text Example


Text Example

White with #881795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881795; }

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

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

background-color css

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

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

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

border-color css

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

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

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