Html Css Color HEX #831890 Dark Magenta

📋 copy color: '#831890'

red 131 ◦ green 24 ◦ blue 144

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

Shades of Dark Magenta #831890

Tints of Dark Magenta #831890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

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

R = 43.81%
G = 8.03%
B = 48.16%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#831890 (or 0x831890) is known color: Dark Magenta. HEX triplet: 83, 18 and 90. RGB value is (131,24,144). Sum of RGB (Red+Green+Blue) = 131+24+144=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #831890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831890 is #7CE76F. Grayscale: #454545. Windows color (decimal): -8185712 or 9443459. OLE color: 9443459.

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

Color convert

RGB 131 24 144 -
CMYK 0.09 0.83 0 0.44
HSL 293.5º 0.71% 0.33% -
HSV(B) 293.5º 0.83% 0.56% -
XYZ 14.72 7.49 27.06 -
YUV 69.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 131 24 144 0.09 0.83 0 0.44 293.5 0.71 0.33
Hex 83 18 90 9 53 0 2C 126 47 21
Octal 203 30 220 11 123 0 54 446 107 41
Binary 10000011 11000 10010000 1001 1010011 0 101100 100100110 1000111 100001

Color Harmonies of #831890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831890

Black with #831890

Text Example


Text Example

White with #831890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831890; }

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

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

background-color css

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

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

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

border-color css

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

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

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