Html Css Color HEX #831B9E Vivid Violet

📋 copy color: '#831B9E'

red 131 ◦ green 27 ◦ blue 158

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

Shades of Vivid Violet #831B9E

Tints of Vivid Violet #831B9E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

 BLUE value IS 158 (62.11% from 255) = 50%

R = 41.46%
G = 8.54%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#831B9E (or 0x831B9E) is known color: Vivid Violet. HEX triplet: 83, 1B and 9E. RGB value is (131,27,158). Sum of RGB (Red+Green+Blue) = 131+27+158=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #831B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831B9E is #7CE461. Grayscale: #484848. Windows color (decimal): -8184930 or 10361731. OLE color: 10361731.

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

Color convert

RGB 131 27 158 -
CMYK 0.17 0.83 0 0.38
HSL 287.63º 0.71% 0.36% -
HSV(B) 287.63º 0.83% 0.62% -
XYZ 15.92 8.08 33.07 -
YUV 73.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 131 27 158 0.17 0.83 0 0.38 287.63 0.71 0.36
Hex 83 1B 9E 11 53 0 26 120 47 24
Octal 203 33 236 21 123 0 46 440 107 44
Binary 10000011 11011 10011110 10001 1010011 0 100110 100100000 1000111 100100

Color Harmonies of #831B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831B9E

Black with #831B9E

Text Example


Text Example

White with #831B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,27,158); }

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

background-color css

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

 a { background-color: rgb(131,27,158); }

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

border-color css

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

 span { border-color: rgb(131,27,158); }

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