Html Css Color HEX #834686 Vivid Violet

📋 copy color: '#834686'

red 131 ◦ green 70 ◦ blue 134

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

Shades of Vivid Violet #834686

Tints of Vivid Violet #834686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

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

R = 39.1%
G = 20.9%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#834686 (or 0x834686) is known color: Vivid Violet. HEX triplet: 83, 46 and 86. RGB value is (131,70,134). Sum of RGB (Red+Green+Blue) = 131+70+134=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #834686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834686 is #7CB979. Grayscale: #5F5F5F. Windows color (decimal): -8173946 or 8799875. OLE color: 8799875.

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

Color convert

RGB 131 70 134 -
CMYK 0.02 0.48 0 0.47
HSL 297.19º 0.31% 0.4% -
HSV(B) 297.19º 0.48% 0.53% -
XYZ 15.85 10.93 23.83 -
YUV 95.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 131 70 134 0.02 0.48 0 0.47 297.19 0.31 0.4
Hex 83 46 86 2 30 0 2F 129 1F 28
Octal 203 106 206 2 60 0 57 451 37 50
Binary 10000011 1000110 10000110 10 110000 0 101111 100101001 11111 101000

Color Harmonies of #834686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834686

Black with #834686

Text Example


Text Example

White with #834686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834686; }

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

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

background-color css

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

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

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

border-color css

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

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

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