Html Css Color HEX #83099E Dark Magenta

📋 copy color: '#83099E'

red 131 ◦ green 9 ◦ blue 158

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

Shades of Dark Magenta #83099E

Tints of Dark Magenta #83099E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.02%

R = 43.96%
G = 3.02%
B = 53.02%

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

#83099E (or 0x83099E) is known color: Dark Magenta. HEX triplet: 83, 09 and 9E. RGB value is (131,9,158). Sum of RGB (Red+Green+Blue) = 131+9+158=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #83099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83099E is #7CF661. Grayscale: #3D3D3D. Windows color (decimal): -8189538 or 10357123. OLE color: 10357123.

HSL color Cylindrical-coordinate representation of color #83099E: hue angle of 289.13º 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 #83099E is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 9 158 -
CMYK 0.17 0.94 0 0.38
HSL 289.13º 0.89% 0.33% -
HSV(B) 289.13º 0.94% 0.62% -
XYZ 15.63 7.49 32.97 -
YUV 62.46 181.92 176.88 -
System Red Green Blue C M Y K H S L
Decimal 131 9 158 0.17 0.94 0 0.38 289.13 0.89 0.33
Hex 83 9 9E 11 5E 0 26 121 59 21
Octal 203 11 236 21 136 0 46 441 131 41
Binary 10000011 1001 10011110 10001 1011110 0 100110 100100001 1011001 100001

Color Harmonies of #83099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83099E

Black with #83099E

Text Example


Text Example

White with #83099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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