Html Css Color HEX #83188D Dark Magenta

📋 copy color: '#83188D'

red 131 ◦ green 24 ◦ blue 141

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

Shades of Dark Magenta #83188D

Tints of Dark Magenta #83188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 44.26%
G = 8.11%
B = 47.64%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83188D (or 0x83188D) is known color: Dark Magenta. HEX triplet: 83, 18 and 8D. RGB value is (131,24,141). Sum of RGB (Red+Green+Blue) = 131+24+141=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #83188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83188D is #7CE772. Grayscale: #444444. Windows color (decimal): -8185715 or 9246851. OLE color: 9246851.

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

Color convert

RGB 131 24 141 -
CMYK 0.07 0.83 0 0.45
HSL 294.87º 0.71% 0.32% -
HSV(B) 294.87º 0.83% 0.55% -
XYZ 14.49 7.4 25.86 -
YUV 69.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 131 24 141 0.07 0.83 0 0.45 294.87 0.71 0.32
Hex 83 18 8D 7 53 0 2D 127 47 20
Octal 203 30 215 7 123 0 55 447 107 40
Binary 10000011 11000 10001101 111 1010011 0 101101 100100111 1000111 100000

Color Harmonies of #83188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83188D

Black with #83188D

Text Example


Text Example

White with #83188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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