#832196

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

Shades of Vivid Violet #832196

Tints of Vivid Violet #832196

Color information

#832196 (or 0x832196) is unknown color: approx Vivid Violet. HEX triplet: 83, 21 and 96. RGB value is (131,33,150). Sum of RGB (Red+Green+Blue) = 131+33+150=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #832196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832196 is #7CDE69. Grayscale: #4B4B4B. Windows color (decimal): -8183402 or 9838979. OLE color: 9838979.

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

Color convert

RGB13133150-
CMYK0.130.7800.41
HSL290.26º63.93%35.88%-
HSV(B)290.26º78%58.82%-
XYZ15.418.1229.61-
YUV75.64169.97167.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.72%
GREEN value IS 33 (13.28% from 255) = 10.51%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=41.72%
G=10.51%
B=47.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131331500.130.7800.41290.2663.9335.88
Hex832196D4E0291224024
Octal203412261511605144210044
Binary10000011100001100101101101100111001010011001000101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832196; }

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

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

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

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

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

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

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

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