Html Css Color HEX #880284 Dark Magenta

📋 copy color: '#880284'

red 136 ◦ green 2 ◦ blue 132

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

Shades of Dark Magenta #880284

Tints of Dark Magenta #880284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 50.37%
G = 0.74%
B = 48.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#880284 (or 0x880284) is known color: Dark Magenta. HEX triplet: 88, 02 and 84. RGB value is (136,2,132). Sum of RGB (Red+Green+Blue) = 136+2+132=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #880284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880284 is #77FD7B. Grayscale: #383838. Windows color (decimal): -7863676 or 8651400. OLE color: 8651400.

HSL color Cylindrical-coordinate representation of color #880284: hue angle of 301.79º 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 #880284 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 132 -
CMYK 0 0.99 0.03 0.47
HSL 301.79º 0.97% 0.27% -
HSV(B) 301.79º 0.99% 0.53% -
XYZ 14.34 6.94 22.41 -
YUV 56.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 136 2 132 0 0.99 0.03 0.47 301.79 0.97 0.27
Hex 88 2 84 0 63 3 2F 12E 61 1B
Octal 210 2 204 0 143 3 57 456 141 33
Binary 10001000 10 10000100 0 1100011 11 101111 100101110 1100001 11011

Color Harmonies of #880284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880284

Black with #880284

Text Example


Text Example

White with #880284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880284; }

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

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

background-color css

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

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

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

border-color css

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

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

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