Html Css Color HEX #880184 Dark Magenta

📋 copy color: '#880184'

red 136 ◦ green 1 ◦ blue 132

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

Shades of Dark Magenta #880184

Tints of Dark Magenta #880184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 50.56%
G = 0.37%
B = 49.07%

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

#880184 (or 0x880184) is known color: Dark Magenta. HEX triplet: 88, 01 and 84. RGB value is (136,1,132). Sum of RGB (Red+Green+Blue) = 136+1+132=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #880184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880184 is #77FE7B. Grayscale: #373737. Windows color (decimal): -7863932 or 8651144. OLE color: 8651144.

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

Color convert

RGB 136 1 132 -
CMYK 0 0.99 0.03 0.47
HSL 301.78º 0.99% 0.27% -
HSV(B) 301.78º 0.99% 0.53% -
XYZ 14.33 6.92 22.41 -
YUV 56.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 136 1 132 0 0.99 0.03 0.47 301.78 0.99 0.27
Hex 88 1 84 0 63 3 2F 12E 63 1B
Octal 210 1 204 0 143 3 57 456 143 33
Binary 10001000 1 10000100 0 1100011 11 101111 100101110 1100011 11011

Color Harmonies of #880184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880184

Black with #880184

Text Example


Text Example

White with #880184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880184; }

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

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

background-color css

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

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

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

border-color css

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

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

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