Html Css Color HEX #834991 Vivid Violet

📋 copy color: '#834991'

red 131 ◦ green 73 ◦ blue 145

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

Shades of Vivid Violet #834991

Tints of Vivid Violet #834991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.92%

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 37.54%
G = 20.92%
B = 41.55%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#834991 (or 0x834991) is known color: Vivid Violet. HEX triplet: 83, 49 and 91. RGB value is (131,73,145). Sum of RGB (Red+Green+Blue) = 131+73+145=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #834991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834991 is #7CB66E. Grayscale: #626262. Windows color (decimal): -8173167 or 9521539. OLE color: 9521539.

HSL color Cylindrical-coordinate representation of color #834991: hue angle of 288.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834991 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 73 145 -
CMYK 0.10 0.50 0 0.43
HSL 288.33º 0.33% 0.43% -
HSV(B) 288.33º 0.5% 0.57% -
XYZ 16.85 11.63 28.15 -
YUV 98.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 131 73 145 0.10 0.50 0 0.43 288.33 0.33 0.43
Hex 83 49 91 A 32 0 2B 120 21 2B
Octal 203 111 221 12 62 0 53 440 41 53
Binary 10000011 1001001 10010001 1010 110010 0 101011 100100000 100001 101011

Color Harmonies of #834991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834991

Black with #834991

Text Example


Text Example

White with #834991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834991; }

 p { color: rgb(131,73,145); }

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

background-color css

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

 a { background-color: rgb(131,73,145); }

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

border-color css

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

 span { border-color: rgb(131,73,145); }

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