#831E6C

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

Shades of Dark Purple #831E6C

Tints of Dark Purple #831E6C

Color information

#831E6C (or 0x831E6C) is unknown color: approx Dark Purple. HEX triplet: 83, 1E and 6C. RGB value is (131,30,108). Sum of RGB (Red+Green+Blue) = 131+30+108=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #831E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831E6C is #7CE193. Grayscale: #444444. Windows color (decimal): -8184212 or 7085699. OLE color: 7085699.

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

Color convert

RGB13130108-
CMYK00.770.180.49
HSL313.66º62.73%31.57%-
HSV(B)313.66º77.1%51.37%-
XYZ12.536.8414.85-
YUV69.09149.96172.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 30 (12.11% from 255) = 11.15%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=48.70%
G=11.15%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313010800.770.180.49313.6662.7331.57
Hex831E6C04D123113a3f20
Octal20336154011522614727740
Binary100000111111011011000100110110010110001100111010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,30,108); }

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

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

 a { background-color: rgb(131,30,108); }

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

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

 span { border-color: rgb(131,30,108); }

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