Html Css Color HEX #832199 Vivid Violet

📋 copy color: '#832199'

red 131 ◦ green 33 ◦ blue 153

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

Shades of Vivid Violet #832199

Tints of Vivid Violet #832199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

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

R = 41.32%
G = 10.41%
B = 48.26%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#832199 (or 0x832199) is known color: Vivid Violet. HEX triplet: 83, 21 and 99. RGB value is (131,33,153). Sum of RGB (Red+Green+Blue) = 131+33+153=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #832199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832199 is #7CDE66. Grayscale: #4B4B4B. Windows color (decimal): -8183399 or 10035587. OLE color: 10035587.

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

Color convert

RGB 131 33 153 -
CMYK 0.14 0.78 0 0.4
HSL 289º 0.65% 0.36% -
HSV(B) 289º 0.78% 0.6% -
XYZ 15.65 8.21 30.9 -
YUV 75.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 131 33 153 0.14 0.78 0 0.4 289 0.65 0.36
Hex 83 21 99 E 4E 0 28 121 41 24
Octal 203 41 231 16 116 0 50 441 101 44
Binary 10000011 100001 10011001 1110 1001110 0 101000 100100001 1000001 100100

Color Harmonies of #832199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832199

Black with #832199

Text Example


Text Example

White with #832199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832199; }

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

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

background-color css

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

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

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

border-color css

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

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

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