#833192

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

Shades of Vivid Violet #833192

Tints of Vivid Violet #833192

Color information

#833192 (or 0x833192) is unknown color: approx Vivid Violet. HEX triplet: 83, 31 and 92. RGB value is (131,49,146). Sum of RGB (Red+Green+Blue) = 131+49+146=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #833192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833192 is #7CCE6D. Grayscale: #545454. Windows color (decimal): -8179310 or 9580931. OLE color: 9580931.

HSL color Cylindrical-coordinate representation of color #833192: hue angle of 290.72º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833192 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13149146-
CMYK0.100.6600.43
HSL290.72º49.74%38.24%-
HSV(B)290.72º66.44%57.25%-
XYZ15.659.128.13-
YUV84.58162.67161.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=40.18%
G=15.03%
B=44.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131491460.100.6600.43290.7249.7438.24
Hex833192A4202B1233226
Octal20361222121020534436246
Binary1000001111000110010010101010000100101011100100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833192; }

 p { color: rgb(131,49,146); }

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

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

 a { background-color: rgb(131,49,146); }

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

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

 span { border-color: rgb(131,49,146); }

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