Html Css Color HEX #880286 Dark Magenta

📋 copy color: '#880286'

red 136 ◦ green 2 ◦ blue 134

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

Shades of Dark Magenta #880286

Tints of Dark Magenta #880286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.26%

R = 50%
G = 0.74%
B = 49.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#880286 (or 0x880286) is known color: Dark Magenta. HEX triplet: 88, 02 and 86. RGB value is (136,2,134). Sum of RGB (Red+Green+Blue) = 136+2+134=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #880286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880286 is #77FD79. Grayscale: #383838. Windows color (decimal): -7863674 or 8782472. OLE color: 8782472.

HSL color Cylindrical-coordinate representation of color #880286: hue angle of 300.9º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880286 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 134 -
CMYK 0 0.99 0.01 0.47
HSL 300.9º 0.97% 0.27% -
HSV(B) 300.9º 0.99% 0.53% -
XYZ 14.48 7 23.14 -
YUV 57.11 171.39 184.27 -
System Red Green Blue C M Y K H S L
Decimal 136 2 134 0 0.99 0.01 0.47 300.9 0.97 0.27
Hex 88 2 86 0 63 1 2F 12D 61 1B
Octal 210 2 206 0 143 1 57 455 141 33
Binary 10001000 10 10000110 0 1100011 1 101111 100101101 1100001 11011

Color Harmonies of #880286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880286

Black with #880286

Text Example


Text Example

White with #880286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880286; }

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

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

background-color css

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

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

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

border-color css

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

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

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