#834099

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

Shades of Vivid Violet #834099

Tints of Vivid Violet #834099

Color information

#834099 (or 0x834099) is unknown color: approx Vivid Violet. HEX triplet: 83, 40 and 99. RGB value is (131,64,153). Sum of RGB (Red+Green+Blue) = 131+64+153=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #834099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834099 is #7CBF66. Grayscale: #5D5D5D. Windows color (decimal): -8175463 or 10043523. OLE color: 10043523.

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

Color convert

RGB13164153-
CMYK0.140.5800.4
HSL285.17º41.01%42.55%-
HSV(B)285.17º58.17%60%-
XYZ16.9410.7931.33-
YUV94.18161.2154.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 64 (25.39% from 255) = 18.39%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=37.64%
G=18.39%
B=43.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131641530.140.5800.4285.1741.0142.55
Hex834099E3A02811d292b
Octal20310023116720504355153
Binary1000001110000001001100111101110100101000100011101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834099; }

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

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

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

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

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

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

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

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