Html Css Color HEX #832591 Vivid Violet

📋 copy color: '#832591'

red 131 ◦ green 37 ◦ blue 145

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

Shades of Vivid Violet #832591

Tints of Vivid Violet #832591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

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

R = 41.85%
G = 11.82%
B = 46.33%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#832591 (or 0x832591) is known color: Vivid Violet. HEX triplet: 83, 25 and 91. RGB value is (131,37,145). Sum of RGB (Red+Green+Blue) = 131+37+145=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #832591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832591 is #7CDA6E. Grayscale: #4D4D4D. Windows color (decimal): -8182383 or 9512323. OLE color: 9512323.

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

Color convert

RGB 131 37 145 -
CMYK 0.10 0.74 0 0.43
HSL 292.22º 0.59% 0.36% -
HSV(B) 292.22º 0.74% 0.57% -
XYZ 15.13 8.19 27.57 -
YUV 77.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 131 37 145 0.10 0.74 0 0.43 292.22 0.59 0.36
Hex 83 25 91 A 4A 0 2B 124 3B 24
Octal 203 45 221 12 112 0 53 444 73 44
Binary 10000011 100101 10010001 1010 1001010 0 101011 100100100 111011 100100

Color Harmonies of #832591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832591

Black with #832591

Text Example


Text Example

White with #832591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832591; }

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

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

background-color css

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

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

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

border-color css

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

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

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