#834299

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

Shades of Vivid Violet #834299

Tints of Vivid Violet #834299

Color information

#834299 (or 0x834299) is unknown color: approx Vivid Violet. HEX triplet: 83, 42 and 99. RGB value is (131,66,153). Sum of RGB (Red+Green+Blue) = 131+66+153=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #834299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834299 is #7CBD66. Grayscale: #5F5F5F. Windows color (decimal): -8174951 or 10044035. OLE color: 10044035.

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

Color convert

RGB13166153-
CMYK0.140.5700.4
HSL284.83º39.73%42.94%-
HSV(B)284.83º56.86%60%-
XYZ17.0611.0231.37-
YUV95.35160.53153.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=37.43%
G=18.86%
B=43.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131661530.140.5700.4284.8339.7342.94
Hex834299E3902811d282b
Octal20310223116710504355053
Binary1000001110000101001100111101110010101000100011101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834299; }

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

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

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

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

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

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

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

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