Html Css Color HEX #834494 Vivid Violet

📋 copy color: '#834494'

red 131 ◦ green 68 ◦ blue 148

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

Shades of Vivid Violet #834494

Tints of Vivid Violet #834494

RGB

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

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

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

R = 37.75%
G = 19.6%
B = 42.65%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#834494 (or 0x834494) is known color: Vivid Violet. HEX triplet: 83, 44 and 94. RGB value is (131,68,148). Sum of RGB (Red+Green+Blue) = 131+68+148=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #834494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834494 is #7CBB6B. Grayscale: #5F5F5F. Windows color (decimal): -8174444 or 9716867. OLE color: 9716867.

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

Color convert

RGB 131 68 148 -
CMYK 0.11 0.54 0 0.42
HSL 287.25º 0.37% 0.42% -
HSV(B) 287.25º 0.54% 0.58% -
XYZ 16.77 11.1 29.28 -
YUV 95.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 131 68 148 0.11 0.54 0 0.42 287.25 0.37 0.42
Hex 83 44 94 B 36 0 2A 11F 25 2A
Octal 203 104 224 13 66 0 52 437 45 52
Binary 10000011 1000100 10010100 1011 110110 0 101010 100011111 100101 101010

Color Harmonies of #834494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834494

Black with #834494

Text Example


Text Example

White with #834494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834494; }

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

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

background-color css

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

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

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

border-color css

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

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

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