Html Css Color HEX #881193 Dark Magenta

📋 copy color: '#881193'

red 136 ◦ green 17 ◦ blue 147

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

Shades of Dark Magenta #881193

Tints of Dark Magenta #881193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49%

R = 45.33%
G = 5.67%
B = 49%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#881193 (or 0x881193) is known color: Dark Magenta. HEX triplet: 88, 11 and 93. RGB value is (136,17,147). Sum of RGB (Red+Green+Blue) = 136+17+147=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #881193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881193 is #77EE6C. Grayscale: #434343. Windows color (decimal): -7859821 or 9638280. OLE color: 9638280.

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

Color convert

RGB 136 17 147 -
CMYK 0.07 0.88 0 0.42
HSL 294.92º 0.79% 0.32% -
HSV(B) 294.92º 0.88% 0.58% -
XYZ 15.62 7.74 28.27 -
YUV 67.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 136 17 147 0.07 0.88 0 0.42 294.92 0.79 0.32
Hex 88 11 93 7 58 0 2A 127 4F 20
Octal 210 21 223 7 130 0 52 447 117 40
Binary 10001000 10001 10010011 111 1011000 0 101010 100100111 1001111 100000

Color Harmonies of #881193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881193

Black with #881193

Text Example


Text Example

White with #881193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881193; }

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

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

background-color css

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

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

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

border-color css

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

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

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