Html Css Color HEX #880983 Dark Magenta

📋 copy color: '#880983'

red 136 ◦ green 9 ◦ blue 131

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

Shades of Dark Magenta #880983

Tints of Dark Magenta #880983

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 value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#880983 (or 0x880983) is known color: 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

RGB 136 9 131 -
CMYK 0 0.93 0.04 0.47
HSL 302.36º 0.88% 0.28% -
HSV(B) 302.36º 0.93% 0.53% -
XYZ 14.35 7.07 22.08 -
YUV 60.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 136 9 131 0 0.93 0.04 0.47 302.36 0.88 0.28
Hex 88 9 83 0 5D 4 2F 12E 58 1C
Octal 210 11 203 0 135 4 57 456 130 34
Binary 10001000 1001 10000011 0 1011101 100 101111 100101110 1011000 11100

Color Harmonies of #880983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880983

Black with #880983

Text Example


Text Example

White with #880983

Text Example


Text Example

HTML Codes & Css Web 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>