Html Css Color HEX #83128B Dark Magenta

📋 copy color: '#83128B'

red 131 ◦ green 18 ◦ blue 139

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

Shades of Dark Magenta #83128B

Tints of Dark Magenta #83128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 45.49%
G = 6.25%
B = 48.26%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83128B (or 0x83128B) is known color: Dark Magenta. HEX triplet: 83, 12 and 8B. RGB value is (131,18,139). Sum of RGB (Red+Green+Blue) = 131+18+139=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #83128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83128B is #7CED74. Grayscale: #414141. Windows color (decimal): -8187253 or 9114243. OLE color: 9114243.

HSL color Cylindrical-coordinate representation of color #83128B: hue angle of 296.03º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83128B is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 18 139 -
CMYK 0.06 0.87 0 0.45
HSL 296.03º 0.77% 0.31% -
HSV(B) 296.03º 0.87% 0.55% -
XYZ 14.24 7.12 25.05 -
YUV 65.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 131 18 139 0.06 0.87 0 0.45 296.03 0.77 0.31
Hex 83 12 8B 6 57 0 2D 128 4D 1F
Octal 203 22 213 6 127 0 55 450 115 37
Binary 10000011 10010 10001011 110 1010111 0 101101 100101000 1001101 11111

Color Harmonies of #83128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83128B

Black with #83128B

Text Example


Text Example

White with #83128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83128B; }

 p { color: rgb(131,18,139); }

 H1.HeaderClassName
 {
   color: #83128B;
 }
 .AnyTagClassName
 {
   color: #83128B;
 }
</style>

background-color css

<style>
 a { background-color: #83128B; }

 a { background-color: rgb(131,18,139); }

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

border-color css

<style>
 span { border-color: #83128B; }

 span { border-color: rgb(131,18,139); }

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