Html Css Color HEX #831D9D Vivid Violet

📋 copy color: '#831D9D'

red 131 ◦ green 29 ◦ blue 157

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

Shades of Vivid Violet #831D9D

Tints of Vivid Violet #831D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 41.32%
G = 9.15%
B = 49.53%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#831D9D (or 0x831D9D) is known color: Vivid Violet. HEX triplet: 83, 1D and 9D. RGB value is (131,29,157). Sum of RGB (Red+Green+Blue) = 131+29+157=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #831D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831D9D is #7CE262. Grayscale: #494949. Windows color (decimal): -8184419 or 10296707. OLE color: 10296707.

HSL color Cylindrical-coordinate representation of color #831D9D: hue angle of 287.81º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831D9D is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 29 157 -
CMYK 0.17 0.82 0 0.38
HSL 287.81º 0.69% 0.36% -
HSV(B) 287.81º 0.82% 0.62% -
XYZ 15.89 8.14 32.63 -
YUV 74.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 131 29 157 0.17 0.82 0 0.38 287.81 0.69 0.36
Hex 83 1D 9D 11 52 0 26 120 45 24
Octal 203 35 235 21 122 0 46 440 105 44
Binary 10000011 11101 10011101 10001 1010010 0 100110 100100000 1000101 100100

Color Harmonies of #831D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D9D

Black with #831D9D

Text Example


Text Example

White with #831D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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