Html Css Color HEX #831BAA Vivid Violet

📋 copy color: '#831BAA'

red 131 ◦ green 27 ◦ blue 170

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

Shades of Vivid Violet #831BAA

Tints of Vivid Violet #831BAA

RGB

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

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

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

R = 39.94%
G = 8.23%
B = 51.83%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#831BAA (or 0x831BAA) is known color: Vivid Violet. HEX triplet: 83, 1B and AA. RGB value is (131,27,170). Sum of RGB (Red+Green+Blue) = 131+27+170=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #831BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831BAA is #7CE455. Grayscale: #494949. Windows color (decimal): -8184918 or 11148163. OLE color: 11148163.

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

Color convert

RGB 131 27 170 -
CMYK 0.23 0.84 0 0.33
HSL 283.64º 0.73% 0.39% -
HSV(B) 283.64º 0.84% 0.67% -
XYZ 17.01 8.51 38.78 -
YUV 74.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 131 27 170 0.23 0.84 0 0.33 283.64 0.73 0.39
Hex 83 1B AA 17 54 0 21 11C 49 27
Octal 203 33 252 27 124 0 41 434 111 47
Binary 10000011 11011 10101010 10111 1010100 0 100001 100011100 1001001 100111

Color Harmonies of #831BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BAA

Black with #831BAA

Text Example


Text Example

White with #831BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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