Html Css Color HEX #834586 Vivid Violet

📋 copy color: '#834586'

red 131 ◦ green 69 ◦ blue 134

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

Shades of Vivid Violet #834586

Tints of Vivid Violet #834586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

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

R = 39.22%
G = 20.66%
B = 40.12%

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

#834586 (or 0x834586) is known color: Vivid Violet. HEX triplet: 83, 45 and 86. RGB value is (131,69,134). Sum of RGB (Red+Green+Blue) = 131+69+134=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #834586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834586 is #7CBA79. Grayscale: #5E5E5E. Windows color (decimal): -8174202 or 8799619. OLE color: 8799619.

HSL color Cylindrical-coordinate representation of color #834586: hue angle of 297.23º degrees, saturation: 0.32, 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 #834586 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 69 134 -
CMYK 0.02 0.49 0 0.47
HSL 297.23º 0.32% 0.4% -
HSV(B) 297.23º 0.49% 0.53% -
XYZ 15.79 10.8 23.81 -
YUV 94.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 131 69 134 0.02 0.49 0 0.47 297.23 0.32 0.4
Hex 83 45 86 2 31 0 2F 129 20 28
Octal 203 105 206 2 61 0 57 451 40 50
Binary 10000011 1000101 10000110 10 110001 0 101111 100101001 100000 101000

Color Harmonies of #834586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834586

Black with #834586

Text Example


Text Example

White with #834586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834586; }

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

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

background-color css

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

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

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

border-color css

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

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

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