Html Css Color HEX #831380 Dark Purple

📋 copy color: '#831380'

red 131 ◦ green 19 ◦ blue 128

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

Shades of Dark Purple #831380

Tints of Dark Purple #831380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 47.12%
G = 6.83%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#831380 (or 0x831380) is known color: Dark Purple. HEX triplet: 83, 13 and 80. RGB value is (131,19,128). Sum of RGB (Red+Green+Blue) = 131+19+128=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #831380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831380 is #7CEC7F. Grayscale: #404040. Windows color (decimal): -8187008 or 8393603. OLE color: 8393603.

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

Color convert

RGB 131 19 128 -
CMYK 0 0.85 0.02 0.49
HSL 301.61º 0.75% 0.29% -
HSV(B) 301.61º 0.85% 0.51% -
XYZ 13.49 6.85 21.03 -
YUV 64.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 131 19 128 0 0.85 0.02 0.49 301.61 0.75 0.29
Hex 83 13 80 0 55 2 31 12E 4B 1D
Octal 203 23 200 0 125 2 61 456 113 35
Binary 10000011 10011 10000000 0 1010101 10 110001 100101110 1001011 11101

Color Harmonies of #831380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831380

Black with #831380

Text Example


Text Example

White with #831380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831380; }

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

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

background-color css

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

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

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

border-color css

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

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

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