Html Css Color HEX #880992 Dark Magenta

📋 copy color: '#880992'

red 136 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #880992

Tints of Dark Magenta #880992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 46.74%
G = 3.09%
B = 50.17%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#880992 (or 0x880992) is known color: Dark Magenta. HEX triplet: 88, 09 and 92. RGB value is (136,9,146). Sum of RGB (Red+Green+Blue) = 136+9+146=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #880992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880992 is #77F66D. Grayscale: #3E3E3E. Windows color (decimal): -7861870 or 9570696. OLE color: 9570696.

HSL color Cylindrical-coordinate representation of color #880992: hue angle of 295.62º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880992 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 9 146 -
CMYK 0.07 0.94 0 0.43
HSL 295.62º 0.88% 0.3% -
HSV(B) 295.62º 0.94% 0.57% -
XYZ 15.44 7.5 27.83 -
YUV 62.59 175.08 180.36 -
System Red Green Blue C M Y K H S L
Decimal 136 9 146 0.07 0.94 0 0.43 295.62 0.88 0.3
Hex 88 9 92 7 5E 0 2B 128 58 1E
Octal 210 11 222 7 136 0 53 450 130 36
Binary 10001000 1001 10010010 111 1011110 0 101011 100101000 1011000 11110

Color Harmonies of #880992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880992

Black with #880992

Text Example


Text Example

White with #880992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880992; }

 p { color: rgb(136,9,146); }

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

background-color css

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

 a { background-color: rgb(136,9,146); }

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

border-color css

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

 span { border-color: rgb(136,9,146); }

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