Html Css Color HEX #834799 Vivid Violet

📋 copy color: '#834799'

red 131 ◦ green 71 ◦ blue 153

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

Shades of Vivid Violet #834799

Tints of Vivid Violet #834799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20%

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 36.9%
G = 20%
B = 43.1%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#834799 (or 0x834799) is known color: Vivid Violet. HEX triplet: 83, 47 and 99. RGB value is (131,71,153). Sum of RGB (Red+Green+Blue) = 131+71+153=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #834799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834799 is #7CB866. Grayscale: #626262. Windows color (decimal): -8173671 or 10045315. OLE color: 10045315.

HSL color Cylindrical-coordinate representation of color #834799: hue angle of 283.9º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #834799 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 71 153 -
CMYK 0.14 0.54 0 0.4
HSL 283.9º 0.37% 0.44% -
HSV(B) 283.9º 0.54% 0.6% -
XYZ 17.36 11.63 31.47 -
YUV 98.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 131 71 153 0.14 0.54 0 0.4 283.9 0.37 0.44
Hex 83 47 99 E 36 0 28 11C 25 2C
Octal 203 107 231 16 66 0 50 434 45 54
Binary 10000011 1000111 10011001 1110 110110 0 101000 100011100 100101 101100

Color Harmonies of #834799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834799

Black with #834799

Text Example


Text Example

White with #834799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834799; }

 p { color: rgb(131,71,153); }

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

background-color css

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

 a { background-color: rgb(131,71,153); }

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

border-color css

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

 span { border-color: rgb(131,71,153); }

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