Html Css Color HEX #831E95 Vivid Violet

📋 copy color: '#831E95'

red 131 ◦ green 30 ◦ blue 149

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

Shades of Vivid Violet #831E95

Tints of Vivid Violet #831E95

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.68%

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 42.26%
G = 9.68%
B = 48.06%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#831E95 (or 0x831E95) is known color: Vivid Violet. HEX triplet: 83, 1E and 95. RGB value is (131,30,149). Sum of RGB (Red+Green+Blue) = 131+30+149=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #831E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831E95 is #7CE16A. Grayscale: #494949. Windows color (decimal): -8184171 or 9772675. OLE color: 9772675.

HSL color Cylindrical-coordinate representation of color #831E95: hue angle of 290.92º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831E95 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 30 149 -
CMYK 0.12 0.80 0 0.42
HSL 290.92º 0.66% 0.35% -
HSV(B) 290.92º 0.8% 0.58% -
XYZ 15.25 7.92 29.16 -
YUV 73.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 131 30 149 0.12 0.80 0 0.42 290.92 0.66 0.35
Hex 83 1E 95 C 50 0 2A 123 42 23
Octal 203 36 225 14 120 0 52 443 102 43
Binary 10000011 11110 10010101 1100 1010000 0 101010 100100011 1000010 100011

Color Harmonies of #831E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E95

Black with #831E95

Text Example


Text Example

White with #831E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,30,149); }

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

background-color css

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

 a { background-color: rgb(131,30,149); }

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

border-color css

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

 span { border-color: rgb(131,30,149); }

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