#832996

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

Shades of Vivid Violet #832996

Tints of Vivid Violet #832996

Color information

#832996 (or 0x832996) is unknown color: approx Vivid Violet. HEX triplet: 83, 29 and 96. RGB value is (131,41,150). Sum of RGB (Red+Green+Blue) = 131+41+150=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #832996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832996 is #7CD669. Grayscale: #4F4F4F. Windows color (decimal): -8181354 or 9841027. OLE color: 9841027.

HSL color Cylindrical-coordinate representation of color #832996: hue angle of 289.54º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832996 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13141150-
CMYK0.130.7300.41
HSL289.54º57.07%37.45%-
HSV(B)289.54º72.67%58.82%-
XYZ15.668.6129.69-
YUV80.34167.32164.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=40.68%
G=12.73%
B=46.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131411500.130.7300.41289.5457.0737.45
Hex832996D490291223925
Octal20351226151110514427145
Binary1000001110100110010110110110010010101001100100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832996; }

 p { color: rgb(131,41,150); }

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

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

 a { background-color: rgb(131,41,150); }

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

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

 span { border-color: rgb(131,41,150); }

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