Html Css Color HEX #880494 Dark Magenta

📋 copy color: '#880494'

red 136 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #880494

Tints of Dark Magenta #880494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 47.22%
G = 1.39%
B = 51.39%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#880494 (or 0x880494) is known color: Dark Magenta. HEX triplet: 88, 04 and 94. RGB value is (136,4,148). Sum of RGB (Red+Green+Blue) = 136+4+148=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #880494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880494 is #77FB6B. Grayscale: #3B3B3B. Windows color (decimal): -7863148 or 9700488. OLE color: 9700488.

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

Color convert

RGB 136 4 148 -
CMYK 0.08 0.97 0 0.42
HSL 295º 0.95% 0.3% -
HSV(B) 295º 0.97% 0.58% -
XYZ 15.54 7.46 28.64 -
YUV 59.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 136 4 148 0.08 0.97 0 0.42 295 0.95 0.3
Hex 88 4 94 8 61 0 2A 127 5F 1E
Octal 210 4 224 10 141 0 52 447 137 36
Binary 10001000 100 10010100 1000 1100001 0 101010 100100111 1011111 11110

Color Harmonies of #880494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880494

Black with #880494

Text Example


Text Example

White with #880494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880494; }

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

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

background-color css

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

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

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

border-color css

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

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

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