#831F66

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

Shades of Dark Purple #831F66

Tints of Dark Purple #831F66

Color information

#831F66 (or 0x831F66) is unknown color: approx Dark Purple. HEX triplet: 83, 1F and 66. RGB value is (131,31,102). Sum of RGB (Red+Green+Blue) = 131+31+102=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #831F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831F66 is #7CE099. Grayscale: #444444. Windows color (decimal): -8183962 or 6692739. OLE color: 6692739.

HSL color Cylindrical-coordinate representation of color #831F66: hue angle of 317.4º 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 #831F66 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13131102-
CMYK00.760.220.49
HSL317.4º61.73%31.76%-
HSV(B)317.4º76.34%51.37%-
XYZ12.256.7613.23-
YUV68.99146.63172.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 31 (12.5% from 255) = 11.74%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=49.62%
G=11.74%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313110200.760.220.49317.461.7331.76
Hex831F6604C163113d3e20
Octal20337146011426614757640
Binary100000111111111001100100110010110110001100111101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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