Html Css Color HEX #831690 Dark Magenta

📋 copy color: '#831690'

red 131 ◦ green 22 ◦ blue 144

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

Shades of Dark Magenta #831690

Tints of Dark Magenta #831690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 44.11%
G = 7.41%
B = 48.48%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#831690 (or 0x831690) is known color: Dark Magenta. HEX triplet: 83, 16 and 90. RGB value is (131,22,144). Sum of RGB (Red+Green+Blue) = 131+22+144=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #831690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831690 is #7CE96F. Grayscale: #444444. Windows color (decimal): -8186224 or 9442947. OLE color: 9442947.

HSL color Cylindrical-coordinate representation of color #831690: hue angle of 293.61º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831690 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 22 144 -
CMYK 0.09 0.85 0 0.44
HSL 293.61º 0.73% 0.33% -
HSV(B) 293.61º 0.85% 0.56% -
XYZ 14.68 7.41 27.04 -
YUV 68.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 131 22 144 0.09 0.85 0 0.44 293.61 0.73 0.33
Hex 83 16 90 9 55 0 2C 126 49 21
Octal 203 26 220 11 125 0 54 446 111 41
Binary 10000011 10110 10010000 1001 1010101 0 101100 100100110 1001001 100001

Color Harmonies of #831690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831690

Black with #831690

Text Example


Text Example

White with #831690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831690; }

 p { color: rgb(131,22,144); }

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

background-color css

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

 a { background-color: rgb(131,22,144); }

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

border-color css

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

 span { border-color: rgb(131,22,144); }

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