Html Css Color HEX #83198C Dark Magenta

📋 copy color: '#83198C'

red 131 ◦ green 25 ◦ blue 140

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

Shades of Dark Magenta #83198C

Tints of Dark Magenta #83198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

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

R = 44.26%
G = 8.45%
B = 47.3%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83198C (or 0x83198C) is known color: Dark Magenta. HEX triplet: 83, 19 and 8C. RGB value is (131,25,140). Sum of RGB (Red+Green+Blue) = 131+25+140=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #83198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83198C is #7CE673. Grayscale: #454545. Windows color (decimal): -8185460 or 9181571. OLE color: 9181571.

HSL color Cylindrical-coordinate representation of color #83198C: hue angle of 295.3º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83198C is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 25 140 -
CMYK 0.06 0.82 0 0.45
HSL 295.3º 0.7% 0.32% -
HSV(B) 295.3º 0.82% 0.55% -
XYZ 14.44 7.41 25.48 -
YUV 69.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 131 25 140 0.06 0.82 0 0.45 295.3 0.7 0.32
Hex 83 19 8C 6 52 0 2D 127 46 20
Octal 203 31 214 6 122 0 55 447 106 40
Binary 10000011 11001 10001100 110 1010010 0 101101 100100111 1000110 100000

Color Harmonies of #83198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83198C

Black with #83198C

Text Example


Text Example

White with #83198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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