#880384

Color #880384 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #880384

Tints of Dark Magenta #880384

Color information

#880384 (or 0x880384) is unknown color: approx Dark Magenta. HEX triplet: 88, 03 and 84. RGB value is (136,3,132). Sum of RGB (Red+Green+Blue) = 136+3+132=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #880384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880384 is #77FC7B. Grayscale: #393939. Windows color (decimal): -7863420 or 8651656. OLE color: 8651656.

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

Color convert

RGB1363132-
CMYK00.980.030.47
HSL301.8º95.68%27.25%-
HSV(B)301.8º97.79%53.33%-
XYZ14.356.9722.42-
YUV57.47170.06184.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=50.18%
G=1.11%
B=48.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136313200.980.030.47301.895.6827.25
Hex8838406232F12e601b
Octal2103204014235745614033
Binary1000100011100001000110001011101111100101110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880384; }

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

 H1.HeaderClassName
 {
   color: #880384;
 }
 .AnyTagClassName
 {
   color: #880384;
 }
</style>
background-color css

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

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

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

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

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

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