#834393

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

Shades of Vivid Violet #834393

Tints of Vivid Violet #834393

Color information

#834393 (or 0x834393) is unknown color: approx Vivid Violet. HEX triplet: 83, 43 and 93. RGB value is (131,67,147). Sum of RGB (Red+Green+Blue) = 131+67+147=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #834393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834393 is #7CBC6C. Grayscale: #5F5F5F. Windows color (decimal): -8174701 or 9651075. OLE color: 9651075.

HSL color Cylindrical-coordinate representation of color #834393: hue angle of 288º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #834393 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13167147-
CMYK0.110.5400.42
HSL288º37.38%41.96%-
HSV(B)288º54.42%57.65%-
XYZ16.6310.9528.84-
YUV95.26157.2153.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=37.97%
G=19.42%
B=42.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131671470.110.5400.4228837.3841.96
Hex834393B3602A120252a
Octal20310322313660524404552
Binary1000001110000111001001110111101100101010100100000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834393; }

 p { color: rgb(131,67,147); }

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

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

 a { background-color: rgb(131,67,147); }

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

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

 span { border-color: rgb(131,67,147); }

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