Html Css Color HEX #832491 Vivid Violet

📋 copy color: '#832491'

red 131 ◦ green 36 ◦ blue 145

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

Shades of Vivid Violet #832491

Tints of Vivid Violet #832491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 41.99%
G = 11.54%
B = 46.47%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#832491 (or 0x832491) is known color: Vivid Violet. HEX triplet: 83, 24 and 91. RGB value is (131,36,145). Sum of RGB (Red+Green+Blue) = 131+36+145=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #832491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832491 is #7CDB6E. Grayscale: #4C4C4C. Windows color (decimal): -8182639 or 9512067. OLE color: 9512067.

HSL color Cylindrical-coordinate representation of color #832491: hue angle of 292.29º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832491 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 36 145 -
CMYK 0.10 0.75 0 0.43
HSL 292.29º 0.6% 0.35% -
HSV(B) 292.29º 0.75% 0.57% -
XYZ 15.1 8.13 27.56 -
YUV 76.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 131 36 145 0.10 0.75 0 0.43 292.29 0.6 0.35
Hex 83 24 91 A 4B 0 2B 124 3C 23
Octal 203 44 221 12 113 0 53 444 74 43
Binary 10000011 100100 10010001 1010 1001011 0 101011 100100100 111100 100011

Color Harmonies of #832491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832491

Black with #832491

Text Example


Text Example

White with #832491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832491; }

 p { color: rgb(131,36,145); }

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

background-color css

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

 a { background-color: rgb(131,36,145); }

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

border-color css

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

 span { border-color: rgb(131,36,145); }

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