#831861

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

Shades of Dark Purple #831861

Tints of Dark Purple #831861

Color information

#831861 (or 0x831861) is unknown color: approx Dark Purple. HEX triplet: 83, 18 and 61. RGB value is (131,24,97). Sum of RGB (Red+Green+Blue) = 131+24+97=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #831861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831861 is #7CE79E. Grayscale: #404040. Windows color (decimal): -8185759 or 6363267. OLE color: 6363267.

HSL color Cylindrical-coordinate representation of color #831861: hue angle of 319.07º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831861 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1312497-
CMYK00.820.260.49
HSL319.07º69.03%30.39%-
HSV(B)319.07º81.68%51.37%-
XYZ11.846.3411.91-
YUV64.32146.45175.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=51.98%
G=9.52%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131249700.820.260.49319.0769.0330.39
Hex8318610521A3113f451e
Octal203301410122326147710536
Binary100000111100011000010101001011010110001100111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831861; }

 p { color: rgb(131,24,97); }

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

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

 a { background-color: rgb(131,24,97); }

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

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

 span { border-color: rgb(131,24,97); }

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