#832199

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

Shades of Vivid Violet #832199

Tints of Vivid Violet #832199

Color information

#832199 (or 0x832199) is unknown color: approx Vivid Violet. HEX triplet: 83, 21 and 99. RGB value is (131,33,153). Sum of RGB (Red+Green+Blue) = 131+33+153=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #832199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832199 is #7CDE66. Grayscale: #4B4B4B. Windows color (decimal): -8183399 or 10035587. OLE color: 10035587.

HSL color Cylindrical-coordinate representation of color #832199: hue angle of 289º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832199 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13133153-
CMYK0.140.7800.4
HSL289º64.52%36.47%-
HSV(B)289º78.43%60%-
XYZ15.658.2130.9-
YUV75.98171.47167.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.32%
GREEN value IS 33 (13.28% from 255) = 10.41%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=41.32%
G=10.41%
B=48.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131331530.140.7800.428964.5236.47
Hex832199E4E0281214124
Octal203412311611605044110144
Binary10000011100001100110011110100111001010001001000011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832199; }

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

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

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

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

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

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

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

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