Html Css Color HEX #834197 Vivid Violet

📋 copy color: '#834197'

red 131 ◦ green 65 ◦ blue 151

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

Shades of Vivid Violet #834197

Tints of Vivid Violet #834197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 151 (59.38% from 255) = 43.52%

R = 37.75%
G = 18.73%
B = 43.52%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#834197 (or 0x834197) is known color: Vivid Violet. HEX triplet: 83, 41 and 97. RGB value is (131,65,151). Sum of RGB (Red+Green+Blue) = 131+65+151=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #834197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834197 is #7CBE68. Grayscale: #5E5E5E. Windows color (decimal): -8175209 or 9912707. OLE color: 9912707.

HSL color Cylindrical-coordinate representation of color #834197: hue angle of 286.05º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834197 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 65 151 -
CMYK 0.13 0.57 0 0.41
HSL 286.05º 0.4% 0.42% -
HSV(B) 286.05º 0.57% 0.59% -
XYZ 16.84 10.84 30.48 -
YUV 94.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 131 65 151 0.13 0.57 0 0.41 286.05 0.4 0.42
Hex 83 41 97 D 39 0 29 11E 28 2A
Octal 203 101 227 15 71 0 51 436 50 52
Binary 10000011 1000001 10010111 1101 111001 0 101001 100011110 101000 101010

Color Harmonies of #834197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834197

Black with #834197

Text Example


Text Example

White with #834197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834197; }

 p { color: rgb(131,65,151); }

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

background-color css

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

 a { background-color: rgb(131,65,151); }

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

border-color css

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

 span { border-color: rgb(131,65,151); }

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