Html Css Color HEX #834895 Vivid Violet

📋 copy color: '#834895'

red 131 ◦ green 72 ◦ blue 149

#834895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #834895

Tints of Vivid Violet #834895

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 value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#834895 (or 0x834895) is known color: 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

RGB 131 72 149 -
CMYK 0.12 0.52 0 0.42
HSL 285.97º 0.35% 0.43% -
HSV(B) 285.97º 0.52% 0.58% -
XYZ 17.1 11.63 29.78 -
YUV 98.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 131 72 149 0.12 0.52 0 0.42 285.97 0.35 0.43
Hex 83 48 95 C 34 0 2A 11E 23 2B
Octal 203 110 225 14 64 0 52 436 43 53
Binary 10000011 1001000 10010101 1100 110100 0 101010 100011110 100011 101011

Color Harmonies of #834895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834895

Black with #834895

Text Example


Text Example

White with #834895

Text Example


Text Example

HTML Codes & Css Web 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>