Html Css Color HEX #831089 Dark Magenta

📋 copy color: '#831089'

red 131 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #831089

Tints of Dark Magenta #831089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 46.13%
G = 5.63%
B = 48.24%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#831089 (or 0x831089) is known color: Dark Magenta. HEX triplet: 83, 10 and 89. RGB value is (131,16,137). Sum of RGB (Red+Green+Blue) = 131+16+137=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #831089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831089 is #7CEF76. Grayscale: #3F3F3F. Windows color (decimal): -8187767 or 8982659. OLE color: 8982659.

HSL color Cylindrical-coordinate representation of color #831089: hue angle of 297.02º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831089 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 16 137 -
CMYK 0.04 0.88 0 0.46
HSL 297.02º 0.79% 0.3% -
HSV(B) 297.02º 0.88% 0.54% -
XYZ 14.06 7 24.28 -
YUV 64.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 131 16 137 0.04 0.88 0 0.46 297.02 0.79 0.3
Hex 83 10 89 4 58 0 2E 129 4F 1E
Octal 203 20 211 4 130 0 56 451 117 36
Binary 10000011 10000 10001001 100 1011000 0 101110 100101001 1001111 11110

Color Harmonies of #831089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831089

Black with #831089

Text Example


Text Example

White with #831089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831089; }

 p { color: rgb(131,16,137); }

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

background-color css

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

 a { background-color: rgb(131,16,137); }

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

border-color css

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

 span { border-color: rgb(131,16,137); }

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