#831963

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

Shades of Dark Purple #831963

Tints of Dark Purple #831963

Color information

#831963 (or 0x831963) is unknown color: approx Dark Purple. HEX triplet: 83, 19 and 63. RGB value is (131,25,99). Sum of RGB (Red+Green+Blue) = 131+25+99=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #831963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831963 is #7CE69C. Grayscale: #404040. Windows color (decimal): -8185501 or 6494595. OLE color: 6494595.

HSL color Cylindrical-coordinate representation of color #831963: hue angle of 318.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831963 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB1312599-
CMYK00.810.240.49
HSL318.11º67.95%30.59%-
HSV(B)318.11º80.92%51.37%-
XYZ11.966.4212.41-
YUV65.13147.12174.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=51.37%
G=9.80%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131259900.810.240.49318.1167.9530.59
Hex831963051183113e441f
Octal203311430121306147610437
Binary100000111100111000110101000111000110001100111110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831963; }

 p { color: rgb(131,25,99); }

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

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

 a { background-color: rgb(131,25,99); }

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

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

 span { border-color: rgb(131,25,99); }

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