Html Css Color HEX #834994 Vivid Violet

📋 copy color: '#834994'

red 131 ◦ green 73 ◦ blue 148

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

Shades of Vivid Violet #834994

Tints of Vivid Violet #834994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.05%

R = 37.22%
G = 20.74%
B = 42.05%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#834994 (or 0x834994) is known color: Vivid Violet. HEX triplet: 83, 49 and 94. RGB value is (131,73,148). Sum of RGB (Red+Green+Blue) = 131+73+148=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #834994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834994 is #7CB66B. Grayscale: #626262. Windows color (decimal): -8173164 or 9718147. OLE color: 9718147.

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

Color convert

RGB 131 73 148 -
CMYK 0.11 0.51 0 0.42
HSL 286.4º 0.34% 0.43% -
HSV(B) 286.4º 0.51% 0.58% -
XYZ 17.09 11.73 29.38 -
YUV 98.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 131 73 148 0.11 0.51 0 0.42 286.4 0.34 0.43
Hex 83 49 94 B 33 0 2A 11E 22 2B
Octal 203 111 224 13 63 0 52 436 42 53
Binary 10000011 1001001 10010100 1011 110011 0 101010 100011110 100010 101011

Color Harmonies of #834994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834994

Black with #834994

Text Example


Text Example

White with #834994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834994; }

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

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

background-color css

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

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

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

border-color css

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

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

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