Html Css Color HEX #831AAA Vivid Violet

📋 copy color: '#831AAA'

red 131 ◦ green 26 ◦ blue 170

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

Shades of Vivid Violet #831AAA

Tints of Vivid Violet #831AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 40.06%
G = 7.95%
B = 51.99%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#831AAA (or 0x831AAA) is known color: Vivid Violet. HEX triplet: 83, 1A and AA. RGB value is (131,26,170). Sum of RGB (Red+Green+Blue) = 131+26+170=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #831AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831AAA is #7CE555. Grayscale: #494949. Windows color (decimal): -8185174 or 11147907. OLE color: 11147907.

HSL color Cylindrical-coordinate representation of color #831AAA: hue angle of 283.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831AAA is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 26 170 -
CMYK 0.23 0.85 0 0.33
HSL 283.75º 0.73% 0.38% -
HSV(B) 283.75º 0.85% 0.67% -
XYZ 16.99 8.47 38.77 -
YUV 73.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 131 26 170 0.23 0.85 0 0.33 283.75 0.73 0.38
Hex 83 1A AA 17 55 0 21 11C 49 26
Octal 203 32 252 27 125 0 41 434 111 46
Binary 10000011 11010 10101010 10111 1010101 0 100001 100011100 1001001 100110

Color Harmonies of #831AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AAA

Black with #831AAA

Text Example


Text Example

White with #831AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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