#83499A

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

Shades of Vivid Violet #83499A

Tints of Vivid Violet #83499A

Color information

#83499A (or 0x83499A) is unknown color: approx Vivid Violet. HEX triplet: 83, 49 and 9A. RGB value is (131,73,154). Sum of RGB (Red+Green+Blue) = 131+73+154=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #83499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83499A is #7CB665. Grayscale: #636363. Windows color (decimal): -8173158 or 10111363. OLE color: 10111363.

HSL color Cylindrical-coordinate representation of color #83499A: hue angle of 282.96º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83499A is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13173154-
CMYK0.150.5300.40
HSL282.96º35.68%44.51%-
HSV(B)282.96º52.6%60.39%-
XYZ17.5811.9231.95-
YUV99.58158.72150.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=36.59%
G=20.39%
B=43.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131731540.150.5300.40282.9635.6844.51
Hex83499AF3502811b242d
Octal20311123217650504334455
Binary1000001110010011001101011111101010101000100011011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83499A; }

 p { color: rgb(131,73,154); }

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

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

 a { background-color: rgb(131,73,154); }

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

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

 span { border-color: rgb(131,73,154); }

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