Html Css Color HEX #834A89 Vivid Violet

📋 copy color: '#834A89'

red 131 ◦ green 74 ◦ blue 137

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

Shades of Vivid Violet #834A89

Tints of Vivid Violet #834A89

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

 BLUE value IS 137 (53.91% from 255) = 40.06%

R = 38.3%
G = 21.64%
B = 40.06%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#834A89 (or 0x834A89) is known color: Vivid Violet. HEX triplet: 83, 4A and 89. RGB value is (131,74,137). Sum of RGB (Red+Green+Blue) = 131+74+137=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #834A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834A89 is #7CB576. Grayscale: #626262. Windows color (decimal): -8172919 or 8997507. OLE color: 8997507.

HSL color Cylindrical-coordinate representation of color #834A89: hue angle of 294.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #834A89 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 74 137 -
CMYK 0.04 0.46 0 0.46
HSL 294.29º 0.3% 0.41% -
HSV(B) 294.29º 0.46% 0.54% -
XYZ 16.32 11.53 25.03 -
YUV 98.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 131 74 137 0.04 0.46 0 0.46 294.29 0.3 0.41
Hex 83 4A 89 4 2E 0 2E 126 1E 29
Octal 203 112 211 4 56 0 56 446 36 51
Binary 10000011 1001010 10001001 100 101110 0 101110 100100110 11110 101001

Color Harmonies of #834A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834A89

Black with #834A89

Text Example


Text Example

White with #834A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834A89; }

 p { color: rgb(131,74,137); }

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

background-color css

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

 a { background-color: rgb(131,74,137); }

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

border-color css

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

 span { border-color: rgb(131,74,137); }

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