Html Css Color HEX #831EAC Vivid Violet

📋 copy color: '#831EAC'

red 131 ◦ green 30 ◦ blue 172

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

Shades of Vivid Violet #831EAC

Tints of Vivid Violet #831EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 39.34%
G = 9.01%
B = 51.65%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#831EAC (or 0x831EAC) is known color: Vivid Violet. HEX triplet: 83, 1E and AC. RGB value is (131,30,172). Sum of RGB (Red+Green+Blue) = 131+30+172=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #831EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831EAC is #7CE153. Grayscale: #4B4B4B. Windows color (decimal): -8184148 or 11280003. OLE color: 11280003.

HSL color Cylindrical-coordinate representation of color #831EAC: hue angle of 282.68º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831EAC is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 30 172 -
CMYK 0.24 0.83 0 0.33
HSL 282.68º 0.7% 0.4% -
HSV(B) 282.68º 0.83% 0.67% -
XYZ 17.27 8.73 39.8 -
YUV 76.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 131 30 172 0.24 0.83 0 0.33 282.68 0.7 0.4
Hex 83 1E AC 18 53 0 21 11B 46 28
Octal 203 36 254 30 123 0 41 433 106 50
Binary 10000011 11110 10101100 11000 1010011 0 100001 100011011 1000110 101000

Color Harmonies of #831EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831EAC

Black with #831EAC

Text Example


Text Example

White with #831EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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