#831F69

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

Shades of Dark Purple #831F69

Tints of Dark Purple #831F69

Color information

#831F69 (or 0x831F69) is unknown color: approx Dark Purple. HEX triplet: 83, 1F and 69. RGB value is (131,31,105). Sum of RGB (Red+Green+Blue) = 131+31+105=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #831F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831F69 is #7CE096. Grayscale: #454545. Windows color (decimal): -8183959 or 6889347. OLE color: 6889347.

HSL color Cylindrical-coordinate representation of color #831F69: hue angle of 315.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #831F69 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB13131105-
CMYK00.760.200.49
HSL315.6º61.73%31.76%-
HSV(B)315.6º76.34%51.37%-
XYZ12.46.8314.03-
YUV69.34148.13171.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 31 (12.5% from 255) = 11.61%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=49.06%
G=11.61%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313110500.760.200.49315.661.7331.76
Hex831F6904C143113c3e20
Octal20337151011424614747640
Binary100000111111111010010100110010100110001100111100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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