#831087

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

Shades of Purple #831087

Tints of Purple #831087

Color information

#831087 (or 0x831087) is unknown color: approx Purple. HEX triplet: 83, 10 and 87. RGB value is (131,16,135). Sum of RGB (Red+Green+Blue) = 131+16+135=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #831087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831087 is #7CEF78. Grayscale: #3F3F3F. Windows color (decimal): -8187769 or 8851587. OLE color: 8851587.

HSL color Cylindrical-coordinate representation of color #831087: hue angle of 297.98º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831087 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13116135-
CMYK0.030.8800.47
HSL297.98º78.81%29.61%-
HSV(B)297.98º88.15%52.94%-
XYZ13.926.9523.53-
YUV63.95168.1175.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 16 (6.64% from 255) = 5.67%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=46.45%
G=5.67%
B=47.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131161350.030.8800.47297.9878.8129.61
Hex83108735802F12a4f1e
Octal20320207313005745211736
Binary1000001110000100001111110110000101111100101010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831087; }

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

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

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

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

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

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

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

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