Html Css Color HEX #832299 Vivid Violet

📋 copy color: '#832299'

red 131 ◦ green 34 ◦ blue 153

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

Shades of Vivid Violet #832299

Tints of Vivid Violet #832299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

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

R = 41.19%
G = 10.69%
B = 48.11%

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

#832299 (or 0x832299) is known color: Vivid Violet. HEX triplet: 83, 22 and 99. RGB value is (131,34,153). Sum of RGB (Red+Green+Blue) = 131+34+153=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #832299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832299 is #7CDD66. Grayscale: #4C4C4C. Windows color (decimal): -8183143 or 10035843. OLE color: 10035843.

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

Color convert

RGB 131 34 153 -
CMYK 0.14 0.78 0 0.4
HSL 288.91º 0.64% 0.37% -
HSV(B) 288.91º 0.78% 0.6% -
XYZ 15.68 8.27 30.91 -
YUV 76.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 131 34 153 0.14 0.78 0 0.4 288.91 0.64 0.37
Hex 83 22 99 E 4E 0 28 121 40 25
Octal 203 42 231 16 116 0 50 441 100 45
Binary 10000011 100010 10011001 1110 1001110 0 101000 100100001 1000000 100101

Color Harmonies of #832299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832299

Black with #832299

Text Example


Text Example

White with #832299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832299; }

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

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

background-color css

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

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

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

border-color css

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

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

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