#834292

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

Shades of Vivid Violet #834292

Tints of Vivid Violet #834292

Color information

#834292 (or 0x834292) is unknown color: approx Vivid Violet. HEX triplet: 83, 42 and 92. RGB value is (131,66,146). Sum of RGB (Red+Green+Blue) = 131+66+146=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #834292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834292 is #7CBD6D. Grayscale: #5E5E5E. Windows color (decimal): -8174958 or 9585283. OLE color: 9585283.

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

Color convert

RGB13166146-
CMYK0.100.5500.43
HSL288.75º37.74%41.57%-
HSV(B)288.75º54.79%57.25%-
XYZ16.510.828.41-
YUV94.56157.03154-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=38.19%
G=19.24%
B=42.57%

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
Decimal131661460.100.5500.43288.7537.7441.57
Hex834292A3702B121262a
Octal20310222212670534414652
Binary1000001110000101001001010101101110101011100100001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834292; }

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

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

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

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

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

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

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

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