Html Css Color HEX #831AAB Vivid Violet

📋 copy color: '#831AAB'

red 131 ◦ green 26 ◦ blue 171

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

Shades of Vivid Violet #831AAB

Tints of Vivid Violet #831AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 39.94%
G = 7.93%
B = 52.13%

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

#831AAB (or 0x831AAB) is known color: Vivid Violet. HEX triplet: 83, 1A and AB. RGB value is (131,26,171). Sum of RGB (Red+Green+Blue) = 131+26+171=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #831AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831AAB is #7CE554. Grayscale: #494949. Windows color (decimal): -8185173 or 11213443. OLE color: 11213443.

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

Color convert

RGB 131 26 171 -
CMYK 0.23 0.85 0 0.33
HSL 283.45º 0.74% 0.39% -
HSV(B) 283.45º 0.85% 0.67% -
XYZ 17.08 8.5 39.27 -
YUV 73.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 131 26 171 0.23 0.85 0 0.33 283.45 0.74 0.39
Hex 83 1A AB 17 55 0 21 11B 4A 27
Octal 203 32 253 27 125 0 41 433 112 47
Binary 10000011 11010 10101011 10111 1010101 0 100001 100011011 1001010 100111

Color Harmonies of #831AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AAB

Black with #831AAB

Text Example


Text Example

White with #831AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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