Html Css Color HEX #83099F Dark Magenta

📋 copy color: '#83099F'

red 131 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #83099F

Tints of Dark Magenta #83099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.18%

R = 43.81%
G = 3.01%
B = 53.18%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83099F (or 0x83099F) is known color: Dark Magenta. HEX triplet: 83, 09 and 9F. RGB value is (131,9,159). Sum of RGB (Red+Green+Blue) = 131+9+159=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #83099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83099F is #7CF660. Grayscale: #3E3E3E. Windows color (decimal): -8189537 or 10422659. OLE color: 10422659.

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

Color convert

RGB 131 9 159 -
CMYK 0.18 0.94 0 0.38
HSL 288.8º 0.89% 0.33% -
HSV(B) 288.8º 0.94% 0.62% -
XYZ 15.72 7.52 33.42 -
YUV 62.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 131 9 159 0.18 0.94 0 0.38 288.8 0.89 0.33
Hex 83 9 9F 12 5E 0 26 121 59 21
Octal 203 11 237 22 136 0 46 441 131 41
Binary 10000011 1001 10011111 10010 1011110 0 100110 100100001 1011001 100001

Color Harmonies of #83099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83099F

Black with #83099F

Text Example


Text Example

White with #83099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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