Html Css Color HEX #832999 Vivid Violet

📋 copy color: '#832999'

red 131 ◦ green 41 ◦ blue 153

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

Shades of Vivid Violet #832999

Tints of Vivid Violet #832999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

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

R = 40.31%
G = 12.62%
B = 47.08%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#832999 (or 0x832999) is known color: Vivid Violet. HEX triplet: 83, 29 and 99. RGB value is (131,41,153). Sum of RGB (Red+Green+Blue) = 131+41+153=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #832999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832999 is #7CD666. Grayscale: #505050. Windows color (decimal): -8181351 or 10037635. OLE color: 10037635.

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

Color convert

RGB 131 41 153 -
CMYK 0.14 0.73 0 0.4
HSL 288.21º 0.58% 0.38% -
HSV(B) 288.21º 0.73% 0.6% -
XYZ 15.9 8.71 30.98 -
YUV 80.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 131 41 153 0.14 0.73 0 0.4 288.21 0.58 0.38
Hex 83 29 99 E 49 0 28 120 3A 26
Octal 203 51 231 16 111 0 50 440 72 46
Binary 10000011 101001 10011001 1110 1001001 0 101000 100100000 111010 100110

Color Harmonies of #832999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832999

Black with #832999

Text Example


Text Example

White with #832999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832999; }

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

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

background-color css

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

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

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

border-color css

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

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

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