Html Css Color HEX #832691 Vivid Violet

📋 copy color: '#832691'

red 131 ◦ green 38 ◦ blue 145

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

Shades of Vivid Violet #832691

Tints of Vivid Violet #832691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 41.72%
G = 12.1%
B = 46.18%

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

#832691 (or 0x832691) is known color: Vivid Violet. HEX triplet: 83, 26 and 91. RGB value is (131,38,145). Sum of RGB (Red+Green+Blue) = 131+38+145=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #832691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832691 is #7CD96E. Grayscale: #4D4D4D. Windows color (decimal): -8182127 or 9512579. OLE color: 9512579.

HSL color Cylindrical-coordinate representation of color #832691: hue angle of 292.15º degrees, saturation: 0.58, 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 #832691 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 38 145 -
CMYK 0.10 0.74 0 0.43
HSL 292.15º 0.58% 0.36% -
HSV(B) 292.15º 0.74% 0.57% -
XYZ 15.16 8.26 27.58 -
YUV 78.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 131 38 145 0.10 0.74 0 0.43 292.15 0.58 0.36
Hex 83 26 91 A 4A 0 2B 124 3A 24
Octal 203 46 221 12 112 0 53 444 72 44
Binary 10000011 100110 10010001 1010 1001010 0 101011 100100100 111010 100100

Color Harmonies of #832691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832691

Black with #832691

Text Example


Text Example

White with #832691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832691; }

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

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

background-color css

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

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

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

border-color css

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

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

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