Html Css Color HEX #880D83 Dark Magenta

📋 copy color: '#880D83'

red 136 ◦ green 13 ◦ blue 131

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

Shades of Dark Magenta #880D83

Tints of Dark Magenta #880D83

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.64%

 BLUE value IS 131 (51.56% from 255) = 46.79%

R = 48.57%
G = 4.64%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#880D83 (or 0x880D83) is known color: Dark Magenta. HEX triplet: 88, 0D and 83. RGB value is (136,13,131). Sum of RGB (Red+Green+Blue) = 136+13+131=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #880D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880D83 is #77F27C. Grayscale: #3E3E3E. Windows color (decimal): -7860861 or 8588680. OLE color: 8588680.

HSL color Cylindrical-coordinate representation of color #880D83: hue angle of 302.44º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D83 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 131 -
CMYK 0 0.90 0.04 0.47
HSL 302.44º 0.83% 0.29% -
HSV(B) 302.44º 0.9% 0.53% -
XYZ 14.39 7.16 22.1 -
YUV 63.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 136 13 131 0 0.90 0.04 0.47 302.44 0.83 0.29
Hex 88 D 83 0 5A 4 2F 12E 53 1D
Octal 210 15 203 0 132 4 57 456 123 35
Binary 10001000 1101 10000011 0 1011010 100 101111 100101110 1010011 11101

Color Harmonies of #880D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D83

Black with #880D83

Text Example


Text Example

White with #880D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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