#832087

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

Shades of Dark Purple #832087

Tints of Dark Purple #832087

Color information

#832087 (or 0x832087) is unknown color: approx Dark Purple. HEX triplet: 83, 20 and 87. RGB value is (131,32,135). Sum of RGB (Red+Green+Blue) = 131+32+135=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #832087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832087 is #7CDF78. Grayscale: #494949. Windows color (decimal): -8183673 or 8855683. OLE color: 8855683.

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

Color convert

RGB13132135-
CMYK0.030.7600.47
HSL297.67º61.68%32.75%-
HSV(B)297.67º76.3%52.94%-
XYZ14.257.6123.64-
YUV73.34162.8169.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=43.96%
G=10.74%
B=45.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131321350.030.7600.47297.6761.6832.75
Hex83208734C02F12a3e21
Octal2034020731140574527641
Binary10000011100000100001111110011000101111100101010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832087; }

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

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

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

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

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

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

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

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