#831B6F

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

Shades of Dark Purple #831B6F

Tints of Dark Purple #831B6F

Color information

#831B6F (or 0x831B6F) is unknown color: approx Dark Purple. HEX triplet: 83, 1B and 6F. RGB value is (131,27,111). Sum of RGB (Red+Green+Blue) = 131+27+111=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #831B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831B6F is #7CE490. Grayscale: #434343. Windows color (decimal): -8184977 or 7281539. OLE color: 7281539.

HSL color Cylindrical-coordinate representation of color #831B6F: hue angle of 311.54º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831B6F is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13127111-
CMYK00.790.150.49
HSL311.54º65.82%30.98%-
HSV(B)311.54º79.39%51.37%-
XYZ12.626.7615.68-
YUV67.67152.46173.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 27 (10.94% from 255) = 10.04%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=48.70%
G=10.04%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312711100.790.150.49311.5465.8230.98
Hex831B6F04FF31138421f
Octal203331570117176147010237
Binary10000011110111101111010011111111110001100111000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,27,111); }

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

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

 a { background-color: rgb(131,27,111); }

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

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

 span { border-color: rgb(131,27,111); }

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