Html Css Color HEX #831280 Purple

📋 copy color: '#831280'

red 131 ◦ green 18 ◦ blue 128

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

Shades of Purple #831280

Tints of Purple #831280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

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

R = 47.29%
G = 6.5%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#831280 (or 0x831280) is known color: Purple. HEX triplet: 83, 12 and 80. RGB value is (131,18,128). Sum of RGB (Red+Green+Blue) = 131+18+128=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #831280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831280 is #7CED7F. Grayscale: #3F3F3F. Windows color (decimal): -8187264 or 8393347. OLE color: 8393347.

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

Color convert

RGB 131 18 128 -
CMYK 0 0.86 0.02 0.49
HSL 301.59º 0.76% 0.29% -
HSV(B) 301.59º 0.86% 0.51% -
XYZ 13.47 6.82 21.03 -
YUV 64.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 131 18 128 0 0.86 0.02 0.49 301.59 0.76 0.29
Hex 83 12 80 0 56 2 31 12E 4C 1D
Octal 203 22 200 0 126 2 61 456 114 35
Binary 10000011 10010 10000000 0 1010110 10 110001 100101110 1001100 11101

Color Harmonies of #831280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831280

Black with #831280

Text Example


Text Example

White with #831280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831280; }

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

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

background-color css

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

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

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

border-color css

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

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

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