Html Css Color HEX #83198F Dark Magenta

📋 copy color: '#83198F'

red 131 ◦ green 25 ◦ blue 143

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

Shades of Dark Magenta #83198F

Tints of Dark Magenta #83198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.83%

R = 43.81%
G = 8.36%
B = 47.83%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83198F (or 0x83198F) is known color: Dark Magenta. HEX triplet: 83, 19 and 8F. RGB value is (131,25,143). Sum of RGB (Red+Green+Blue) = 131+25+143=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #83198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83198F is #7CE670. Grayscale: #454545. Windows color (decimal): -8185457 or 9378179. OLE color: 9378179.

HSL color Cylindrical-coordinate representation of color #83198F: hue angle of 293.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83198F is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 25 143 -
CMYK 0.08 0.83 0 0.44
HSL 293.9º 0.7% 0.33% -
HSV(B) 293.9º 0.83% 0.56% -
XYZ 14.67 7.5 26.66 -
YUV 70.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 131 25 143 0.08 0.83 0 0.44 293.9 0.7 0.33
Hex 83 19 8F 8 53 0 2C 126 46 21
Octal 203 31 217 10 123 0 54 446 106 41
Binary 10000011 11001 10001111 1000 1010011 0 101100 100100110 1000110 100001

Color Harmonies of #83198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83198F

Black with #83198F

Text Example


Text Example

White with #83198F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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