Html Css Color HEX #881285 Dark Magenta

📋 copy color: '#881285'

red 136 ◦ green 18 ◦ blue 133

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

Shades of Dark Magenta #881285

Tints of Dark Magenta #881285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 47.39%
G = 6.27%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#881285 (or 0x881285) is known color: Dark Magenta. HEX triplet: 88, 12 and 85. RGB value is (136,18,133). Sum of RGB (Red+Green+Blue) = 136+18+133=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #881285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881285 is #77ED7A. Grayscale: #424242. Windows color (decimal): -7859579 or 8721032. OLE color: 8721032.

HSL color Cylindrical-coordinate representation of color #881285: hue angle of 301.53º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881285 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 133 -
CMYK 0 0.87 0.02 0.47
HSL 301.53º 0.77% 0.3% -
HSV(B) 301.53º 0.87% 0.53% -
XYZ 14.6 7.36 22.84 -
YUV 66.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 136 18 133 0 0.87 0.02 0.47 301.53 0.77 0.3
Hex 88 12 85 0 57 2 2F 12E 4D 1E
Octal 210 22 205 0 127 2 57 456 115 36
Binary 10001000 10010 10000101 0 1010111 10 101111 100101110 1001101 11110

Color Harmonies of #881285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881285

Black with #881285

Text Example


Text Example

White with #881285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881285; }

 p { color: rgb(136,18,133); }

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

background-color css

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

 a { background-color: rgb(136,18,133); }

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

border-color css

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

 span { border-color: rgb(136,18,133); }

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