#834699

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

Shades of Vivid Violet #834699

Tints of Vivid Violet #834699

Color information

#834699 (or 0x834699) is unknown color: approx Vivid Violet. HEX triplet: 83, 46 and 99. RGB value is (131,70,153). Sum of RGB (Red+Green+Blue) = 131+70+153=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #834699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834699 is #7CB966. Grayscale: #616161. Windows color (decimal): -8173927 or 10045059. OLE color: 10045059.

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

Color convert

RGB13170153-
CMYK0.140.5400.4
HSL284.1º37.22%43.73%-
HSV(B)284.1º54.25%60%-
XYZ17.311.5131.45-
YUV97.7159.21151.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 70 (27.73% from 255) = 19.77%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=37.01%
G=19.77%
B=43.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131701530.140.5400.4284.137.2243.73
Hex834699E3602811c252c
Octal20310623116660504344554
Binary1000001110001101001100111101101100101000100011100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834699; }

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

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

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

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

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

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

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

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