#831F8A

Color #831F8A Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #831F8A

Tints of Dark Purple #831F8A

Color information

#831F8A (or 0x831F8A) is unknown color: approx Dark Purple. HEX triplet: 83, 1F and 8A. RGB value is (131,31,138). Sum of RGB (Red+Green+Blue) = 131+31+138=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #831F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831F8A is #7CE075. Grayscale: #484848. Windows color (decimal): -8183926 or 9052035. OLE color: 9052035.

HSL color Cylindrical-coordinate representation of color #831F8A: hue angle of 296.07º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831F8A is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13131138-
CMYK0.050.7800.46
HSL296.07º63.31%33.14%-
HSV(B)296.07º77.54%54.12%-
XYZ14.447.6424.76-
YUV73.1164.63169.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.67%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 138 (54.30% from 255) = 46%
R=43.67%
G=10.33%
B=46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131311380.050.7800.46296.0763.3133.14
Hex831F8A54E02E1283f21
Octal2033721251160564507741
Binary10000011111111000101010110011100101110100101000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831F8A; }

 p { color: rgb(131,31,138); }

 H1.HeaderClassName
 {
   color: #831F8A;
 }
 .AnyTagClassName
 {
   color: #831F8A;
 }
</style>
background-color css

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

 a { background-color: rgb(131,31,138); }

 div.DivClassName
 {
   background-color: #831F8A;
 }
 .BgClassName
 {
   background-color: #831F8A;
 }
</style>
border-color css

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

 span { border-color: rgb(131,31,138); }

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