Html Css Color HEX #831BAC Vivid Violet

📋 copy color: '#831BAC'

red 131 ◦ green 27 ◦ blue 172

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

Shades of Vivid Violet #831BAC

Tints of Vivid Violet #831BAC

RGB

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

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

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

R = 39.7%
G = 8.18%
B = 52.12%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#831BAC (or 0x831BAC) is known color: Vivid Violet. HEX triplet: 83, 1B and AC. RGB value is (131,27,172). Sum of RGB (Red+Green+Blue) = 131+27+172=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #831BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831BAC is #7CE453. Grayscale: #4A4A4A. Windows color (decimal): -8184916 or 11279235. OLE color: 11279235.

HSL color Cylindrical-coordinate representation of color #831BAC: hue angle of 283.03º 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 #831BAC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 27 172 -
CMYK 0.24 0.84 0 0.33
HSL 283.03º 0.73% 0.39% -
HSV(B) 283.03º 0.84% 0.67% -
XYZ 17.2 8.59 39.78 -
YUV 74.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 131 27 172 0.24 0.84 0 0.33 283.03 0.73 0.39
Hex 83 1B AC 18 54 0 21 11B 49 27
Octal 203 33 254 30 124 0 41 433 111 47
Binary 10000011 11011 10101100 11000 1010100 0 100001 100011011 1001001 100111

Color Harmonies of #831BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BAC

Black with #831BAC

Text Example


Text Example

White with #831BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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