Html Css Color HEX #831980 Dark Purple

📋 copy color: '#831980'

red 131 ◦ green 25 ◦ blue 128

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

Shades of Dark Purple #831980

Tints of Dark Purple #831980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 46.13%
G = 8.8%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#831980 (or 0x831980) is known color: Dark Purple. HEX triplet: 83, 19 and 80. RGB value is (131,25,128). Sum of RGB (Red+Green+Blue) = 131+25+128=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #831980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831980 is #7CE67F. Grayscale: #444444. Windows color (decimal): -8185472 or 8395139. OLE color: 8395139.

HSL color Cylindrical-coordinate representation of color #831980: hue angle of 301.7º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831980 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 128 -
CMYK 0 0.81 0.02 0.49
HSL 301.7º 0.68% 0.31% -
HSV(B) 301.7º 0.81% 0.51% -
XYZ 13.6 7.08 21.07 -
YUV 68.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 131 25 128 0 0.81 0.02 0.49 301.7 0.68 0.31
Hex 83 19 80 0 51 2 31 12E 44 1F
Octal 203 31 200 0 121 2 61 456 104 37
Binary 10000011 11001 10000000 0 1010001 10 110001 100101110 1000100 11111

Color Harmonies of #831980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831980

Black with #831980

Text Example


Text Example

White with #831980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831980; }

 p { color: rgb(131,25,128); }

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

background-color css

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

 a { background-color: rgb(131,25,128); }

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

border-color css

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

 span { border-color: rgb(131,25,128); }

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