#831663

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

Shades of Dark Purple #831663

Tints of Dark Purple #831663

Color information

#831663 (or 0x831663) is unknown color: approx Dark Purple. HEX triplet: 83, 16 and 63. RGB value is (131,22,99). Sum of RGB (Red+Green+Blue) = 131+22+99=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #831663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831663 is #7CE99C. Grayscale: #3F3F3F. Windows color (decimal): -8186269 or 6493827. OLE color: 6493827.

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

Color convert

RGB1312299-
CMYK00.830.240.49
HSL317.61º71.24%30%-
HSV(B)317.61º83.21%51.37%-
XYZ11.96.312.39-
YUV63.37148.11176.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=51.98%
G=8.73%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131229900.830.240.49317.6171.2430
Hex831663053183113e471e
Octal203261430123306147610736
Binary100000111011011000110101001111000110001100111110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831663; }

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

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

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

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

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

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

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

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