Html Css Color HEX #880295 Dark Magenta

📋 copy color: '#880295'

red 136 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #880295

Tints of Dark Magenta #880295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 47.39%
G = 0.7%
B = 51.92%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#880295 (or 0x880295) is known color: Dark Magenta. HEX triplet: 88, 02 and 95. RGB value is (136,2,149). Sum of RGB (Red+Green+Blue) = 136+2+149=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #880295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880295 is #77FD6A. Grayscale: #3A3A3A. Windows color (decimal): -7863659 or 9765512. OLE color: 9765512.

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

Color convert

RGB 136 2 149 -
CMYK 0.09 0.99 0 0.42
HSL 294.69º 0.97% 0.3% -
HSV(B) 294.69º 0.99% 0.58% -
XYZ 15.6 7.45 29.05 -
YUV 58.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 136 2 149 0.09 0.99 0 0.42 294.69 0.97 0.3
Hex 88 2 95 9 63 0 2A 127 61 1E
Octal 210 2 225 11 143 0 52 447 141 36
Binary 10001000 10 10010101 1001 1100011 0 101010 100100111 1100001 11110

Color Harmonies of #880295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880295

Black with #880295

Text Example


Text Example

White with #880295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880295; }

 p { color: rgb(136,2,149); }

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

background-color css

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

 a { background-color: rgb(136,2,149); }

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

border-color css

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

 span { border-color: rgb(136,2,149); }

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