Html Css Color HEX #834595 Vivid Violet

📋 copy color: '#834595'

red 131 ◦ green 69 ◦ blue 149

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

Shades of Vivid Violet #834595

Tints of Vivid Violet #834595

RGB

 RED value IS 131 (51.56% from 255) = 37.54%

 GREEN value IS 69 (27.34% from 255) = 19.77%

 BLUE value IS 149 (58.59% from 255) = 42.69%

R = 37.54%
G = 19.77%
B = 42.69%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#834595 (or 0x834595) is known color: Vivid Violet. HEX triplet: 83, 45 and 95. RGB value is (131,69,149). Sum of RGB (Red+Green+Blue) = 131+69+149=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #834595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834595 is #7CBA6A. Grayscale: #606060. Windows color (decimal): -8174187 or 9782659. OLE color: 9782659.

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

Color convert

RGB 131 69 149 -
CMYK 0.12 0.54 0 0.42
HSL 286.5º 0.37% 0.43% -
HSV(B) 286.5º 0.54% 0.58% -
XYZ 16.91 11.25 29.71 -
YUV 96.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 131 69 149 0.12 0.54 0 0.42 286.5 0.37 0.43
Hex 83 45 95 C 36 0 2A 11E 25 2B
Octal 203 105 225 14 66 0 52 436 45 53
Binary 10000011 1000101 10010101 1100 110110 0 101010 100011110 100101 101011

Color Harmonies of #834595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834595

Black with #834595

Text Example


Text Example

White with #834595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834595; }

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

 H1.HeaderClassName
 {
   color: #834595;
 }
 .AnyTagClassName
 {
   color: #834595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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