#832591

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

Shades of Vivid Violet #832591

Tints of Vivid Violet #832591

Color information

#832591 (or 0x832591) is unknown color: approx Vivid Violet. HEX triplet: 83, 25 and 91. RGB value is (131,37,145). Sum of RGB (Red+Green+Blue) = 131+37+145=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #832591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832591 is #7CDA6E. Grayscale: #4D4D4D. Windows color (decimal): -8182383 or 9512323. OLE color: 9512323.

HSL color Cylindrical-coordinate representation of color #832591: hue angle of 292.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832591 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13137145-
CMYK0.100.7400.43
HSL292.22º59.34%35.69%-
HSV(B)292.22º74.48%56.86%-
XYZ15.138.1927.57-
YUV77.42166.14166.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 37 (14.84% from 255) = 11.82%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=41.85%
G=11.82%
B=46.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131371450.100.7400.43292.2259.3435.69
Hex832591A4A02B1243b24
Octal20345221121120534447344
Binary1000001110010110010001101010010100101011100100100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832591; }

 p { color: rgb(131,37,145); }

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

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

 a { background-color: rgb(131,37,145); }

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

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

 span { border-color: rgb(131,37,145); }

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