Html Css Color HEX #831790 Dark Magenta

📋 copy color: '#831790'

red 131 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #831790

Tints of Dark Magenta #831790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

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

R = 43.96%
G = 7.72%
B = 48.32%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#831790 (or 0x831790) is known color: Dark Magenta. HEX triplet: 83, 17 and 90. RGB value is (131,23,144). Sum of RGB (Red+Green+Blue) = 131+23+144=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #831790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831790 is #7CE86F. Grayscale: #444444. Windows color (decimal): -8185968 or 9443203. OLE color: 9443203.

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

Color convert

RGB 131 23 144 -
CMYK 0.09 0.84 0 0.44
HSL 293.55º 0.72% 0.33% -
HSV(B) 293.55º 0.84% 0.56% -
XYZ 14.7 7.45 27.05 -
YUV 69.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 131 23 144 0.09 0.84 0 0.44 293.55 0.72 0.33
Hex 83 17 90 9 54 0 2C 126 48 21
Octal 203 27 220 11 124 0 54 446 110 41
Binary 10000011 10111 10010000 1001 1010100 0 101100 100100110 1001000 100001

Color Harmonies of #831790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831790

Black with #831790

Text Example


Text Example

White with #831790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831790; }

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

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

background-color css

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

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

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

border-color css

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

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

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