Html Css Color HEX #880291 Dark Magenta

📋 copy color: '#880291'

red 136 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #880291

Tints of Dark Magenta #880291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 48.06%
G = 0.71%
B = 51.24%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#880291 (or 0x880291) is known color: Dark Magenta. HEX triplet: 88, 02 and 91. RGB value is (136,2,145). Sum of RGB (Red+Green+Blue) = 136+2+145=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #880291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880291 is #77FD6E. Grayscale: #393939. Windows color (decimal): -7863663 or 9503368. OLE color: 9503368.

HSL color Cylindrical-coordinate representation of color #880291: hue angle of 296.22º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880291 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 2 145 -
CMYK 0.06 0.99 0 0.43
HSL 296.22º 0.97% 0.29% -
HSV(B) 296.22º 0.99% 0.57% -
XYZ 15.29 7.32 27.4 -
YUV 58.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 136 2 145 0.06 0.99 0 0.43 296.22 0.97 0.29
Hex 88 2 91 6 63 0 2B 128 61 1D
Octal 210 2 221 6 143 0 53 450 141 35
Binary 10001000 10 10010001 110 1100011 0 101011 100101000 1100001 11101

Color Harmonies of #880291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880291

Black with #880291

Text Example


Text Example

White with #880291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880291; }

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

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

background-color css

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

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

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

border-color css

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

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

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