Html Css Color HEX #831080 Purple

📋 copy color: '#831080'

red 131 ◦ green 16 ◦ blue 128

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

Shades of Purple #831080

Tints of Purple #831080

RGB

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

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

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

R = 47.64%
G = 5.82%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#831080 (or 0x831080) is known color: Purple. HEX triplet: 83, 10 and 80. RGB value is (131,16,128). Sum of RGB (Red+Green+Blue) = 131+16+128=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #831080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831080 is #7CEF7F. Grayscale: #3E3E3E. Windows color (decimal): -8187776 or 8392835. OLE color: 8392835.

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

Color convert

RGB 131 16 128 -
CMYK 0 0.88 0.02 0.49
HSL 301.57º 0.78% 0.29% -
HSV(B) 301.57º 0.88% 0.51% -
XYZ 13.44 6.75 21.02 -
YUV 63.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 131 16 128 0 0.88 0.02 0.49 301.57 0.78 0.29
Hex 83 10 80 0 58 2 31 12E 4E 1D
Octal 203 20 200 0 130 2 61 456 116 35
Binary 10000011 10000 10000000 0 1011000 10 110001 100101110 1001110 11101

Color Harmonies of #831080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831080

Black with #831080

Text Example


Text Example

White with #831080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831080; }

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

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

background-color css

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

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

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

border-color css

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

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

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