Html Css Color HEX #881294 Dark Magenta

📋 copy color: '#881294'

red 136 ◦ green 18 ◦ blue 148

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

Shades of Dark Magenta #881294

Tints of Dark Magenta #881294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 45.03%
G = 5.96%
B = 49.01%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#881294 (or 0x881294) is known color: Dark Magenta. HEX triplet: 88, 12 and 94. RGB value is (136,18,148). Sum of RGB (Red+Green+Blue) = 136+18+148=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #881294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881294 is #77ED6B. Grayscale: #434343. Windows color (decimal): -7859564 or 9704072. OLE color: 9704072.

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

Color convert

RGB 136 18 148 -
CMYK 0.08 0.88 0 0.42
HSL 294.46º 0.78% 0.33% -
HSV(B) 294.46º 0.88% 0.58% -
XYZ 15.71 7.8 28.7 -
YUV 68.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 136 18 148 0.08 0.88 0 0.42 294.46 0.78 0.33
Hex 88 12 94 8 58 0 2A 126 4E 21
Octal 210 22 224 10 130 0 52 446 116 41
Binary 10001000 10010 10010100 1000 1011000 0 101010 100100110 1001110 100001

Color Harmonies of #881294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881294

Black with #881294

Text Example


Text Example

White with #881294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881294; }

 p { color: rgb(136,18,148); }

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

background-color css

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

 a { background-color: rgb(136,18,148); }

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

border-color css

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

 span { border-color: rgb(136,18,148); }

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