#834698

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

Shades of Vivid Violet #834698

Tints of Vivid Violet #834698

Color information

#834698 (or 0x834698) is unknown color: approx Vivid Violet. HEX triplet: 83, 46 and 98. RGB value is (131,70,152). Sum of RGB (Red+Green+Blue) = 131+70+152=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #834698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834698 is #7CB967. Grayscale: #616161. Windows color (decimal): -8173928 or 9979523. OLE color: 9979523.

HSL color Cylindrical-coordinate representation of color #834698: hue angle of 284.63º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #834698 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13170152-
CMYK0.140.5400.40
HSL284.63º36.94%43.53%-
HSV(B)284.63º53.95%59.61%-
XYZ17.2211.4731.01-
YUV97.59158.71151.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=37.11%
G=19.83%
B=43.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131701520.140.5400.40284.6336.9443.53
Hex834698E3602811d252c
Octal20310623016660504354554
Binary1000001110001101001100011101101100101000100011101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834698; }

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

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

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

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

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

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

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

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