Html Css Color HEX #832F97 Vivid Violet

📋 copy color: '#832F97'

red 131 ◦ green 47 ◦ blue 151

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

Shades of Vivid Violet #832F97

Tints of Vivid Violet #832F97

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.29%

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 39.82%
G = 14.29%
B = 45.9%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#832F97 (or 0x832F97) is known color: Vivid Violet. HEX triplet: 83, 2F and 97. RGB value is (131,47,151). Sum of RGB (Red+Green+Blue) = 131+47+151=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #832F97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832F97 is #7CD068. Grayscale: #535353. Windows color (decimal): -8179817 or 9908099. OLE color: 9908099.

HSL color Cylindrical-coordinate representation of color #832F97: hue angle of 288.46º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832F97 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 47 151 -
CMYK 0.13 0.69 0 0.41
HSL 288.46º 0.53% 0.39% -
HSV(B) 288.46º 0.69% 0.59% -
XYZ 15.96 9.09 30.19 -
YUV 83.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 131 47 151 0.13 0.69 0 0.41 288.46 0.53 0.39
Hex 83 2F 97 D 45 0 29 120 35 27
Octal 203 57 227 15 105 0 51 440 65 47
Binary 10000011 101111 10010111 1101 1000101 0 101001 100100000 110101 100111

Color Harmonies of #832F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F97

Black with #832F97

Text Example


Text Example

White with #832F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832F97; }

 p { color: rgb(131,47,151); }

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

background-color css

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

 a { background-color: rgb(131,47,151); }

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

border-color css

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

 span { border-color: rgb(131,47,151); }

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