#834899

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

Shades of Vivid Violet #834899

Tints of Vivid Violet #834899

Color information

#834899 (or 0x834899) is unknown color: approx Vivid Violet. HEX triplet: 83, 48 and 99. RGB value is (131,72,153). Sum of RGB (Red+Green+Blue) = 131+72+153=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #834899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834899 is #7CB766. Grayscale: #626262. Windows color (decimal): -8173415 or 10045571. OLE color: 10045571.

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

Color convert

RGB13172153-
CMYK0.140.5300.4
HSL283.7º36%44.12%-
HSV(B)283.7º52.94%60%-
XYZ17.4311.7631.49-
YUV98.88158.55150.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 72 (28.52% from 255) = 20.22%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=36.80%
G=20.22%
B=42.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131721530.140.5300.4283.73644.12
Hex834899E3502811c242c
Octal20311023116650504344454
Binary1000001110010001001100111101101010101000100011100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834899; }

 p { color: rgb(131,72,153); }

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

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

 a { background-color: rgb(131,72,153); }

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

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

 span { border-color: rgb(131,72,153); }

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