Html Css Color HEX #834486 Vivid Violet

📋 copy color: '#834486'

red 131 ◦ green 68 ◦ blue 134

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

Shades of Vivid Violet #834486

Tints of Vivid Violet #834486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.24%

R = 39.34%
G = 20.42%
B = 40.24%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#834486 (or 0x834486) is known color: Vivid Violet. HEX triplet: 83, 44 and 86. RGB value is (131,68,134). Sum of RGB (Red+Green+Blue) = 131+68+134=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #834486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834486 is #7CBB79. Grayscale: #5E5E5E. Windows color (decimal): -8174458 or 8799363. OLE color: 8799363.

HSL color Cylindrical-coordinate representation of color #834486: hue angle of 297.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834486 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 68 134 -
CMYK 0.02 0.49 0 0.47
HSL 297.27º 0.33% 0.4% -
HSV(B) 297.27º 0.49% 0.53% -
XYZ 15.73 10.68 23.79 -
YUV 94.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 131 68 134 0.02 0.49 0 0.47 297.27 0.33 0.4
Hex 83 44 86 2 31 0 2F 129 21 28
Octal 203 104 206 2 61 0 57 451 41 50
Binary 10000011 1000100 10000110 10 110001 0 101111 100101001 100001 101000

Color Harmonies of #834486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834486

Black with #834486

Text Example


Text Example

White with #834486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834486; }

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

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

background-color css

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

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

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

border-color css

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

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

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