#834191

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

Shades of Vivid Violet #834191

Tints of Vivid Violet #834191

Color information

#834191 (or 0x834191) is unknown color: approx Vivid Violet. HEX triplet: 83, 41 and 91. RGB value is (131,65,145). Sum of RGB (Red+Green+Blue) = 131+65+145=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #834191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834191 is #7CBE6E. Grayscale: #5D5D5D. Windows color (decimal): -8175215 or 9519491. OLE color: 9519491.

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

Color convert

RGB13165145-
CMYK0.100.5500.43
HSL289.5º38.1%41.18%-
HSV(B)289.5º55.17%56.86%-
XYZ16.3610.6527.98-
YUV93.85156.87154.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=38.42%
G=19.06%
B=42.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131651450.100.5500.43289.538.141.18
Hex834191A3702B1222629
Octal20310122112670534424651
Binary1000001110000011001000110101101110101011100100010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834191; }

 p { color: rgb(131,65,145); }

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

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

 a { background-color: rgb(131,65,145); }

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

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

 span { border-color: rgb(131,65,145); }

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