Html Css Color HEX #881993 Dark Magenta

📋 copy color: '#881993'

red 136 ◦ green 25 ◦ blue 147

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

Shades of Dark Magenta #881993

Tints of Dark Magenta #881993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

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

R = 44.16%
G = 8.12%
B = 47.73%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#881993 (or 0x881993) is known color: Dark Magenta. HEX triplet: 88, 19 and 93. RGB value is (136,25,147). Sum of RGB (Red+Green+Blue) = 136+25+147=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #881993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881993 is #77E66C. Grayscale: #474747. Windows color (decimal): -7857773 or 9640328. OLE color: 9640328.

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

Color convert

RGB 136 25 147 -
CMYK 0.07 0.83 0 0.42
HSL 294.59º 0.71% 0.34% -
HSV(B) 294.59º 0.83% 0.58% -
XYZ 15.77 8.04 28.32 -
YUV 72.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 136 25 147 0.07 0.83 0 0.42 294.59 0.71 0.34
Hex 88 19 93 7 53 0 2A 127 47 22
Octal 210 31 223 7 123 0 52 447 107 42
Binary 10001000 11001 10010011 111 1010011 0 101010 100100111 1000111 100010

Color Harmonies of #881993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881993

Black with #881993

Text Example


Text Example

White with #881993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881993; }

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

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

background-color css

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

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

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

border-color css

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

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

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