Html Css Color HEX #83118C Dark Magenta

📋 copy color: '#83118C'

red 131 ◦ green 17 ◦ blue 140

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

Shades of Dark Magenta #83118C

Tints of Dark Magenta #83118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 45.49%
G = 5.9%
B = 48.61%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83118C (or 0x83118C) is known color: Dark Magenta. HEX triplet: 83, 11 and 8C. RGB value is (131,17,140). Sum of RGB (Red+Green+Blue) = 131+17+140=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #83118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83118C is #7CEE73. Grayscale: #404040. Windows color (decimal): -8187508 or 9179523. OLE color: 9179523.

HSL color Cylindrical-coordinate representation of color #83118C: hue angle of 295.61º 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 #83118C is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 17 140 -
CMYK 0.06 0.88 0 0.45
HSL 295.61º 0.78% 0.31% -
HSV(B) 295.61º 0.88% 0.55% -
XYZ 14.29 7.12 25.43 -
YUV 65.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 131 17 140 0.06 0.88 0 0.45 295.61 0.78 0.31
Hex 83 11 8C 6 58 0 2D 128 4E 1F
Octal 203 21 214 6 130 0 55 450 116 37
Binary 10000011 10001 10001100 110 1011000 0 101101 100101000 1001110 11111

Color Harmonies of #83118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83118C

Black with #83118C

Text Example


Text Example

White with #83118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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