#880983

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

Shades of Dark Magenta #880983

Tints of Dark Magenta #880983

Color information

#880983 (or 0x880983) is unknown color: approx Dark Magenta. HEX triplet: 88, 09 and 83. RGB value is (136,9,131). Sum of RGB (Red+Green+Blue) = 136+9+131=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #880983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880983 is #77F67C. Grayscale: #3C3C3C. Windows color (decimal): -7861885 or 8587656. OLE color: 8587656.

HSL color Cylindrical-coordinate representation of color #880983: hue angle of 302.36º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880983 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB1369131-
CMYK00.930.040.47
HSL302.36º87.59%28.43%-
HSV(B)302.36º93.38%53.33%-
XYZ14.357.0722.08-
YUV60.88167.58181.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 9 (3.91% from 255) = 3.26%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=49.28%
G=3.26%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136913100.930.040.47302.3687.5928.43
Hex8898305D42F12e581c
Octal21011203013545745613034
Binary1000100010011000001101011101100101111100101110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880983; }

 p { color: rgb(136,9,131); }

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

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

 a { background-color: rgb(136,9,131); }

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

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

 span { border-color: rgb(136,9,131); }

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