#834591

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

Shades of Vivid Violet #834591

Tints of Vivid Violet #834591

Color information

#834591 (or 0x834591) is unknown color: approx Vivid Violet. HEX triplet: 83, 45 and 91. RGB value is (131,69,145). Sum of RGB (Red+Green+Blue) = 131+69+145=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #834591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834591 is #7CBA6E. Grayscale: #5F5F5F. Windows color (decimal): -8174191 or 9520515. OLE color: 9520515.

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

Color convert

RGB13169145-
CMYK0.100.5200.43
HSL288.95º35.51%41.96%-
HSV(B)288.95º52.41%56.86%-
XYZ16.611.1328.06-
YUV96.2155.54152.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=37.97%
G=20%
B=42.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131691450.100.5200.43288.9535.5141.96
Hex834591A3402B121242a
Octal20310522112640534414452
Binary1000001110001011001000110101101000101011100100001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834591; }

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

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

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

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

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

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

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

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