Html Css Color HEX #832996 Vivid Violet

📋 copy color: '#832996'

red 131 ◦ green 41 ◦ blue 150

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

Shades of Vivid Violet #832996

Tints of Vivid Violet #832996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.58%

R = 40.68%
G = 12.73%
B = 46.58%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#832996 (or 0x832996) is known color: Vivid Violet. HEX triplet: 83, 29 and 96. RGB value is (131,41,150). Sum of RGB (Red+Green+Blue) = 131+41+150=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #832996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832996 is #7CD669. Grayscale: #4F4F4F. Windows color (decimal): -8181354 or 9841027. OLE color: 9841027.

HSL color Cylindrical-coordinate representation of color #832996: hue angle of 289.54º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832996 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 41 150 -
CMYK 0.13 0.73 0 0.41
HSL 289.54º 0.57% 0.37% -
HSV(B) 289.54º 0.73% 0.59% -
XYZ 15.66 8.61 29.69 -
YUV 80.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 131 41 150 0.13 0.73 0 0.41 289.54 0.57 0.37
Hex 83 29 96 D 49 0 29 122 39 25
Octal 203 51 226 15 111 0 51 442 71 45
Binary 10000011 101001 10010110 1101 1001001 0 101001 100100010 111001 100101

Color Harmonies of #832996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832996

Black with #832996

Text Example


Text Example

White with #832996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832996; }

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

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

background-color css

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

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

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

border-color css

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

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

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