Html Css Color HEX #83098F Dark Magenta

📋 copy color: '#83098F'

red 131 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #83098F

Tints of Dark Magenta #83098F

RGB

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

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

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

R = 46.29%
G = 3.18%
B = 50.53%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83098F (or 0x83098F) is known color: Dark Magenta. HEX triplet: 83, 09 and 8F. RGB value is (131,9,143). Sum of RGB (Red+Green+Blue) = 131+9+143=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #83098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83098F is #7CF670. Grayscale: #3C3C3C. Windows color (decimal): -8189553 or 9374083. OLE color: 9374083.

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

Color convert

RGB 131 9 143 -
CMYK 0.08 0.94 0 0.44
HSL 294.63º 0.88% 0.3% -
HSV(B) 294.63º 0.94% 0.56% -
XYZ 14.42 7 26.58 -
YUV 60.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 131 9 143 0.08 0.94 0 0.44 294.63 0.88 0.3
Hex 83 9 8F 8 5E 0 2C 127 58 1E
Octal 203 11 217 10 136 0 54 447 130 36
Binary 10000011 1001 10001111 1000 1011110 0 101100 100100111 1011000 11110

Color Harmonies of #83098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83098F

Black with #83098F

Text Example


Text Example

White with #83098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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