#834895

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

Shades of Vivid Violet #834895

Tints of Vivid Violet #834895

Color information

#834895 (or 0x834895) is unknown color: approx Vivid Violet. HEX triplet: 83, 48 and 95. RGB value is (131,72,149). Sum of RGB (Red+Green+Blue) = 131+72+149=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #834895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834895 is #7CB76A. Grayscale: #626262. Windows color (decimal): -8173419 or 9783427. OLE color: 9783427.

HSL color Cylindrical-coordinate representation of color #834895: hue angle of 285.97º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834895 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13172149-
CMYK0.120.5200.42
HSL285.97º34.84%43.33%-
HSV(B)285.97º51.68%58.43%-
XYZ17.111.6329.78-
YUV98.42156.55151.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=37.22%
G=20.45%
B=42.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131721490.120.5200.42285.9734.8443.33
Hex834895C3402A11e232b
Octal20311022514640524364353
Binary1000001110010001001010111001101000101010100011110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834895; }

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

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

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

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

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

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

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

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