Html Css Color HEX #831997 Vivid Violet

📋 copy color: '#831997'

red 131 ◦ green 25 ◦ blue 151

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

Shades of Vivid Violet #831997

Tints of Vivid Violet #831997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

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

R = 42.67%
G = 8.14%
B = 49.19%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#831997 (or 0x831997) is known color: Vivid Violet. HEX triplet: 83, 19 and 97. RGB value is (131,25,151). Sum of RGB (Red+Green+Blue) = 131+25+151=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #831997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831997 is #7CE668. Grayscale: #464646. Windows color (decimal): -8185449 or 9902467. OLE color: 9902467.

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

Color convert

RGB 131 25 151 -
CMYK 0.13 0.83 0 0.41
HSL 290.48º 0.72% 0.35% -
HSV(B) 290.48º 0.83% 0.59% -
XYZ 15.29 7.75 29.97 -
YUV 71.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 131 25 151 0.13 0.83 0 0.41 290.48 0.72 0.35
Hex 83 19 97 D 53 0 29 122 48 23
Octal 203 31 227 15 123 0 51 442 110 43
Binary 10000011 11001 10010111 1101 1010011 0 101001 100100010 1001000 100011

Color Harmonies of #831997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831997

Black with #831997

Text Example


Text Example

White with #831997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831997; }

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

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

background-color css

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

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

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

border-color css

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

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

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