#831AA6

Color #831AA6 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #831AA6

Tints of Vivid Violet #831AA6

Color information

#831AA6 (or 0x831AA6) is unknown color: approx Vivid Violet. HEX triplet: 83, 1A and A6. RGB value is (131,26,166). Sum of RGB (Red+Green+Blue) = 131+26+166=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 166 (65.23% from 255 or 51.39% from 323); Max value from RGB is 166 - color contains mainly: blue. Hex color #831AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831AA6 is #7CE559. Grayscale: #484848. Windows color (decimal): -8185178 or 10885763. OLE color: 10885763.

HSL color Cylindrical-coordinate representation of color #831AA6: hue angle of 285º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831AA6 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13126166-
CMYK0.210.8400.35
HSL285º72.92%37.65%-
HSV(B)285º84.34%65.1%-
XYZ16.618.3236.81-
YUV73.35180.29169.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 26 (10.55% from 255) = 8.05%
BLUE value IS 166 (65.23% from 255) = 51.39%
R=40.56%
G=8.05%
B=51.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131261660.210.8400.3528572.9237.65
Hex831AA6155402311d4926
Octal203322462512404343511146
Binary10000011110101010011010101101010001000111000111011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #831AA6;
 }
 .AnyTagClassName
 {
   color: #831AA6;
 }
</style>
background-color css

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

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

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

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

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

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