Html Css Color HEX #831AAE Vivid Violet

📋 copy color: '#831AAE'

red 131 ◦ green 26 ◦ blue 174

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

Shades of Vivid Violet #831AAE

Tints of Vivid Violet #831AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.85%

 BLUE value IS 174 (68.36% from 255) = 52.57%

R = 39.58%
G = 7.85%
B = 52.57%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#831AAE (or 0x831AAE) is known color: Vivid Violet. HEX triplet: 83, 1A and AE. RGB value is (131,26,174). Sum of RGB (Red+Green+Blue) = 131+26+174=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #831AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831AAE is #7CE551. Grayscale: #494949. Windows color (decimal): -8185170 or 11410051. OLE color: 11410051.

HSL color Cylindrical-coordinate representation of color #831AAE: hue angle of 282.57º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831AAE is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 26 174 -
CMYK 0.25 0.85 0 0.32
HSL 282.57º 0.74% 0.39% -
HSV(B) 282.57º 0.85% 0.68% -
XYZ 17.37 8.62 40.79 -
YUV 74.27 184.29 168.47 -
System Red Green Blue C M Y K H S L
Decimal 131 26 174 0.25 0.85 0 0.32 282.57 0.74 0.39
Hex 83 1A AE 19 55 0 20 11B 4A 27
Octal 203 32 256 31 125 0 40 433 112 47
Binary 10000011 11010 10101110 11001 1010101 0 100000 100011011 1001010 100111

Color Harmonies of #831AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AAE

Black with #831AAE

Text Example


Text Example

White with #831AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,26,174); }

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

background-color css

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

 a { background-color: rgb(131,26,174); }

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

border-color css

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

 span { border-color: rgb(131,26,174); }

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