Html Css Color HEX #83098E Dark Magenta

📋 copy color: '#83098E'

red 131 ◦ green 9 ◦ blue 142

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

Shades of Dark Magenta #83098E

Tints of Dark Magenta #83098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.35%

R = 46.45%
G = 3.19%
B = 50.35%

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

#83098E (or 0x83098E) is known color: Dark Magenta. HEX triplet: 83, 09 and 8E. RGB value is (131,9,142). Sum of RGB (Red+Green+Blue) = 131+9+142=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #83098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83098E is #7CF671. Grayscale: #3C3C3C. Windows color (decimal): -8189554 or 9308547. OLE color: 9308547.

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

Color convert

RGB 131 9 142 -
CMYK 0.08 0.94 0 0.44
HSL 295.04º 0.88% 0.3% -
HSV(B) 295.04º 0.94% 0.56% -
XYZ 14.34 6.97 26.18 -
YUV 60.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 131 9 142 0.08 0.94 0 0.44 295.04 0.88 0.3
Hex 83 9 8E 8 5E 0 2C 127 58 1E
Octal 203 11 216 10 136 0 54 447 130 36
Binary 10000011 1001 10001110 1000 1011110 0 101100 100100111 1011000 11110

Color Harmonies of #83098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83098E

Black with #83098E

Text Example


Text Example

White with #83098E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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