Html Css Color HEX #83118D Dark Magenta

📋 copy color: '#83118D'

red 131 ◦ green 17 ◦ blue 141

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

Shades of Dark Magenta #83118D

Tints of Dark Magenta #83118D

RGB

 RED value IS 131 (51.56% from 255) = 45.33%

 GREEN value IS 17 (7.03% from 255) = 5.88%

 BLUE value IS 141 (55.47% from 255) = 48.79%

R = 45.33%
G = 5.88%
B = 48.79%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83118D (or 0x83118D) is known color: Dark Magenta. HEX triplet: 83, 11 and 8D. RGB value is (131,17,141). Sum of RGB (Red+Green+Blue) = 131+17+141=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #83118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83118D is #7CEE72. Grayscale: #404040. Windows color (decimal): -8187507 or 9245059. OLE color: 9245059.

HSL color Cylindrical-coordinate representation of color #83118D: hue angle of 295.16º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83118D is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 17 141 -
CMYK 0.07 0.88 0 0.45
HSL 295.16º 0.78% 0.31% -
HSV(B) 295.16º 0.88% 0.55% -
XYZ 14.37 7.15 25.82 -
YUV 65.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 131 17 141 0.07 0.88 0 0.45 295.16 0.78 0.31
Hex 83 11 8D 7 58 0 2D 127 4E 1F
Octal 203 21 215 7 130 0 55 447 116 37
Binary 10000011 10001 10001101 111 1011000 0 101101 100100111 1001110 11111

Color Harmonies of #83118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83118D

Black with #83118D

Text Example


Text Example

White with #83118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83118D; }

 p { color: rgb(131,17,141); }

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

background-color css

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

 a { background-color: rgb(131,17,141); }

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

border-color css

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

 span { border-color: rgb(131,17,141); }

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