#832396

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

Shades of Vivid Violet #832396

Tints of Vivid Violet #832396

Color information

#832396 (or 0x832396) is unknown color: approx Vivid Violet. HEX triplet: 83, 23 and 96. RGB value is (131,35,150). Sum of RGB (Red+Green+Blue) = 131+35+150=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #832396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832396 is #7CDC69. Grayscale: #4C4C4C. Windows color (decimal): -8182890 or 9839491. OLE color: 9839491.

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

Color convert

RGB13135150-
CMYK0.130.7700.41
HSL290.09º62.16%36.27%-
HSV(B)290.09º76.67%58.82%-
XYZ15.478.2329.63-
YUV76.81169.3166.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.46%
GREEN value IS 35 (14.06% from 255) = 11.08%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=41.46%
G=11.08%
B=47.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131351500.130.7700.41290.0962.1636.27
Hex832396D4D0291223e24
Octal20343226151150514427644
Binary1000001110001110010110110110011010101001100100010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832396; }

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

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

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

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

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

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

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

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