#831CA6

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

Shades of Vivid Violet #831CA6

Tints of Vivid Violet #831CA6

Color information

#831CA6 (or 0x831CA6) is unknown color: approx Vivid Violet. HEX triplet: 83, 1C and A6. RGB value is (131,28,166). Sum of RGB (Red+Green+Blue) = 131+28+166=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #831CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831CA6 is #7CE359. Grayscale: #4A4A4A. Windows color (decimal): -8184666 or 10886275. OLE color: 10886275.

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

Color convert

RGB13128166-
CMYK0.210.8300.35
HSL284.78º71.13%38.04%-
HSV(B)284.78º83.13%65.1%-
XYZ16.668.4136.82-
YUV74.53179.62168.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 166 (65.23% from 255) = 51.08%
R=40.31%
G=8.62%
B=51.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131281660.210.8300.35284.7871.1338.04
Hex831CA6155302311d4726
Octal203342462512304343510746
Binary10000011111001010011010101101001101000111000111011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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