Html Css Color HEX #834495 Vivid Violet

📋 copy color: '#834495'

red 131 ◦ green 68 ◦ blue 149

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

Shades of Vivid Violet #834495

Tints of Vivid Violet #834495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

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

R = 37.64%
G = 19.54%
B = 42.82%

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

#834495 (or 0x834495) is known color: Vivid Violet. HEX triplet: 83, 44 and 95. RGB value is (131,68,149). Sum of RGB (Red+Green+Blue) = 131+68+149=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #834495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834495 is #7CBB6A. Grayscale: #5F5F5F. Windows color (decimal): -8174443 or 9782403. OLE color: 9782403.

HSL color Cylindrical-coordinate representation of color #834495: hue angle of 286.67º 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 #834495 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 68 149 -
CMYK 0.12 0.54 0 0.42
HSL 286.67º 0.37% 0.43% -
HSV(B) 286.67º 0.54% 0.58% -
XYZ 16.85 11.13 29.69 -
YUV 96.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 131 68 149 0.12 0.54 0 0.42 286.67 0.37 0.43
Hex 83 44 95 C 36 0 2A 11F 25 2B
Octal 203 104 225 14 66 0 52 437 45 53
Binary 10000011 1000100 10010101 1100 110110 0 101010 100011111 100101 101011

Color Harmonies of #834495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834495

Black with #834495

Text Example


Text Example

White with #834495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834495; }

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

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

background-color css

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

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

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

border-color css

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

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

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