#834685

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

Shades of Vivid Violet #834685

Tints of Vivid Violet #834685

Color information

#834685 (or 0x834685) is unknown color: approx Vivid Violet. HEX triplet: 83, 46 and 85. RGB value is (131,70,133). Sum of RGB (Red+Green+Blue) = 131+70+133=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #834685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834685 is #7CB97A. Grayscale: #5F5F5F. Windows color (decimal): -8173947 or 8734339. OLE color: 8734339.

HSL color Cylindrical-coordinate representation of color #834685: hue angle of 298.1º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834685 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13170133-
CMYK0.020.4700.48
HSL298.1º31.03%39.8%-
HSV(B)298.1º47.37%52.16%-
XYZ15.7810.923.46-
YUV95.42149.21153.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=39.22%
G=20.96%
B=39.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131701330.020.4700.48298.131.0339.8
Hex83468522F03012a1f28
Octal2031062052570604523750
Binary1000001110001101000010110101111011000010010101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834685; }

 p { color: rgb(131,70,133); }

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

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

 a { background-color: rgb(131,70,133); }

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

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

 span { border-color: rgb(131,70,133); }

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