Html Css Color HEX #831D99 Vivid Violet

📋 copy color: '#831D99'

red 131 ◦ green 29 ◦ blue 153

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

Shades of Vivid Violet #831D99

Tints of Vivid Violet #831D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.27%

 BLUE value IS 153 (60.16% from 255) = 48.88%

R = 41.85%
G = 9.27%
B = 48.88%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#831D99 (or 0x831D99) is known color: Vivid Violet. HEX triplet: 83, 1D and 99. RGB value is (131,29,153). Sum of RGB (Red+Green+Blue) = 131+29+153=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #831D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831D99 is #7CE266. Grayscale: #494949. Windows color (decimal): -8184423 or 10034563. OLE color: 10034563.

HSL color Cylindrical-coordinate representation of color #831D99: hue angle of 289.35º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831D99 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 29 153 -
CMYK 0.14 0.81 0 0.4
HSL 289.35º 0.68% 0.36% -
HSV(B) 289.35º 0.81% 0.6% -
XYZ 15.55 8 30.86 -
YUV 73.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 131 29 153 0.14 0.81 0 0.4 289.35 0.68 0.36
Hex 83 1D 99 E 51 0 28 121 44 24
Octal 203 35 231 16 121 0 50 441 104 44
Binary 10000011 11101 10011001 1110 1010001 0 101000 100100001 1000100 100100

Color Harmonies of #831D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D99

Black with #831D99

Text Example


Text Example

White with #831D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831D99; }

 p { color: rgb(131,29,153); }

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

background-color css

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

 a { background-color: rgb(131,29,153); }

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

border-color css

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

 span { border-color: rgb(131,29,153); }

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