Html Css Color HEX #83099D Dark Magenta

📋 copy color: '#83099D'

red 131 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #83099D

Tints of Dark Magenta #83099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 44.11%
G = 3.03%
B = 52.86%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83099D (or 0x83099D) is known color: Dark Magenta. HEX triplet: 83, 09 and 9D. RGB value is (131,9,157). Sum of RGB (Red+Green+Blue) = 131+9+157=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #83099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83099D is #7CF662. Grayscale: #3D3D3D. Windows color (decimal): -8189539 or 10291587. OLE color: 10291587.

HSL color Cylindrical-coordinate representation of color #83099D: hue angle of 289.46º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83099D is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 9 157 -
CMYK 0.17 0.94 0 0.38
HSL 289.46º 0.89% 0.33% -
HSV(B) 289.46º 0.94% 0.62% -
XYZ 15.54 7.45 32.52 -
YUV 62.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 131 9 157 0.17 0.94 0 0.38 289.46 0.89 0.33
Hex 83 9 9D 11 5E 0 26 121 59 21
Octal 203 11 235 21 136 0 46 441 131 41
Binary 10000011 1001 10011101 10001 1011110 0 100110 100100001 1011001 100001

Color Harmonies of #83099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83099D

Black with #83099D

Text Example


Text Example

White with #83099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,9,157); }

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

background-color css

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

 a { background-color: rgb(131,9,157); }

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

border-color css

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

 span { border-color: rgb(131,9,157); }

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