Html Css Color HEX #83108D Dark Magenta

📋 copy color: '#83108D'

red 131 ◦ green 16 ◦ blue 141

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

Shades of Dark Magenta #83108D

Tints of Dark Magenta #83108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 45.49%
G = 5.56%
B = 48.96%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83108D (or 0x83108D) is known color: Dark Magenta. HEX triplet: 83, 10 and 8D. RGB value is (131,16,141). Sum of RGB (Red+Green+Blue) = 131+16+141=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #83108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83108D is #7CEF72. Grayscale: #404040. Windows color (decimal): -8187763 or 9244803. OLE color: 9244803.

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

Color convert

RGB 131 16 141 -
CMYK 0.07 0.89 0 0.45
HSL 295.2º 0.8% 0.31% -
HSV(B) 295.2º 0.89% 0.55% -
XYZ 14.35 7.12 25.82 -
YUV 64.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 131 16 141 0.07 0.89 0 0.45 295.2 0.8 0.31
Hex 83 10 8D 7 59 0 2D 127 50 1F
Octal 203 20 215 7 131 0 55 447 120 37
Binary 10000011 10000 10001101 111 1011001 0 101101 100100111 1010000 11111

Color Harmonies of #83108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83108D

Black with #83108D

Text Example


Text Example

White with #83108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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