#832F99

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

Shades of Vivid Violet #832F99

Tints of Vivid Violet #832F99

Color information

#832F99 (or 0x832F99) is unknown color: approx Vivid Violet. HEX triplet: 83, 2F and 99. RGB value is (131,47,153). Sum of RGB (Red+Green+Blue) = 131+47+153=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #832F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832F99 is #7CD066. Grayscale: #535353. Windows color (decimal): -8179815 or 10039171. OLE color: 10039171.

HSL color Cylindrical-coordinate representation of color #832F99: hue angle of 287.55º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832F99 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13147153-
CMYK0.140.6900.4
HSL287.55º53%39.22%-
HSV(B)287.55º69.28%60%-
XYZ16.139.1631.05-
YUV84.2166.83161.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 47 (18.75% from 255) = 14.20%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=39.58%
G=14.20%
B=46.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131471530.140.6900.4287.555339.22
Hex832F99E450281203527
Octal20357231161050504406547
Binary1000001110111110011001111010001010101000100100000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832F99; }

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

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

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

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

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

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

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

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