Html Css Color HEX #834890 Vivid Violet

📋 copy color: '#834890'

red 131 ◦ green 72 ◦ blue 144

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

Shades of Vivid Violet #834890

Tints of Vivid Violet #834890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 37.75%
G = 20.75%
B = 41.5%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#834890 (or 0x834890) is known color: Vivid Violet. HEX triplet: 83, 48 and 90. RGB value is (131,72,144). Sum of RGB (Red+Green+Blue) = 131+72+144=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #834890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834890 is #7CB76F. Grayscale: #616161. Windows color (decimal): -8173424 or 9455747. OLE color: 9455747.

HSL color Cylindrical-coordinate representation of color #834890: hue angle of 289.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834890 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 72 144 -
CMYK 0.09 0.50 0 0.44
HSL 289.17º 0.33% 0.42% -
HSV(B) 289.17º 0.5% 0.56% -
XYZ 16.71 11.47 27.72 -
YUV 97.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 131 72 144 0.09 0.50 0 0.44 289.17 0.33 0.42
Hex 83 48 90 9 32 0 2C 121 21 2A
Octal 203 110 220 11 62 0 54 441 41 52
Binary 10000011 1001000 10010000 1001 110010 0 101100 100100001 100001 101010

Color Harmonies of #834890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834890

Black with #834890

Text Example


Text Example

White with #834890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834890; }

 p { color: rgb(131,72,144); }

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

background-color css

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

 a { background-color: rgb(131,72,144); }

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

border-color css

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

 span { border-color: rgb(131,72,144); }

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