#831085

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

Shades of Purple #831085

Tints of Purple #831085

Color information

#831085 (or 0x831085) is unknown color: approx Purple. HEX triplet: 83, 10 and 85. RGB value is (131,16,133). Sum of RGB (Red+Green+Blue) = 131+16+133=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #831085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831085 is #7CEF7A. Grayscale: #3F3F3F. Windows color (decimal): -8187771 or 8720515. OLE color: 8720515.

HSL color Cylindrical-coordinate representation of color #831085: hue angle of 298.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831085 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13116133-
CMYK0.020.8800.48
HSL298.97º78.52%29.22%-
HSV(B)298.97º87.97%52.16%-
XYZ13.786.8922.79-
YUV63.72167.1175.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=46.79%
G=5.71%
B=47.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131161330.020.8800.48298.9778.5229.22
Hex83108525803012b4f1d
Octal20320205213006045311735
Binary1000001110000100001011010110000110000100101011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831085; }

 p { color: rgb(131,16,133); }

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

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

 a { background-color: rgb(131,16,133); }

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

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

 span { border-color: rgb(131,16,133); }

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