Html Css Color HEX #834199 Vivid Violet

📋 copy color: '#834199'

red 131 ◦ green 65 ◦ blue 153

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

Shades of Vivid Violet #834199

Tints of Vivid Violet #834199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

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

R = 37.54%
G = 18.62%
B = 43.84%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#834199 (or 0x834199) is known color: Vivid Violet. HEX triplet: 83, 41 and 99. RGB value is (131,65,153). Sum of RGB (Red+Green+Blue) = 131+65+153=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #834199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834199 is #7CBE66. Grayscale: #5E5E5E. Windows color (decimal): -8175207 or 10043779. OLE color: 10043779.

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

Color convert

RGB 131 65 153 -
CMYK 0.14 0.58 0 0.4
HSL 285º 0.4% 0.43% -
HSV(B) 285º 0.58% 0.6% -
XYZ 17 10.91 31.35 -
YUV 94.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 131 65 153 0.14 0.58 0 0.4 285 0.4 0.43
Hex 83 41 99 E 3A 0 28 11D 28 2B
Octal 203 101 231 16 72 0 50 435 50 53
Binary 10000011 1000001 10011001 1110 111010 0 101000 100011101 101000 101011

Color Harmonies of #834199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834199

Black with #834199

Text Example


Text Example

White with #834199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834199; }

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

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

background-color css

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

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

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

border-color css

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

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

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